#CEB676

Color #CEB676 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CEB676

Tints of Putty #CEB676

Color information

#CEB676 (or 0xCEB676) is unknown color: approx Putty. HEX triplet: CE, B6 and 76. RGB value is (206,182,118). Sum of RGB (Red+Green+Blue) = 206+182+118=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB676 is #314989. Grayscale: #B6B6B6. Windows color (decimal): -3230090 or 7780046. OLE color: 7780046.

HSL color Cylindrical-coordinate representation of color #CEB676: hue angle of 43.64º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEB676 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB206182118-
CMYK00.120.430.19
HSL43.64º47.31%63.53%-
HSV(B)43.64º42.72%80.78%-
XYZ45.4547.8923.99-
YUV181.8891.95145.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=40.71%
G=35.97%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618211800.120.430.1943.6447.3163.53
HexCEB6760C2B132c2f40
Octal31626616601453235457100
Binary1100111010110110111011001100101011100111011001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB676; }

 p { color: rgb(206,182,118); }

 H1.HeaderClassName
 {
   color: #CEB676;
 }
 .AnyTagClassName
 {
   color: #CEB676;
 }
</style>
background-color css

<style>
 a { background-color: #CEB676; }

 a { background-color: rgb(206,182,118); }

 div.DivClassName
 {
   background-color: #CEB676;
 }
 .BgClassName
 {
   background-color: #CEB676;
 }
</style>
border-color css

<style>
 span { border-color: #CEB676; }

 span { border-color: rgb(206,182,118); }

 td.TdClassName
 {
   border-color: #CEB676;
 }
 .TagClassName
 {
   border-color: #CEB676;
 }
</style>