#CEB675

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

Shades of Putty #CEB675

Tints of Putty #CEB675

Color information

#CEB675 (or 0xCEB675) is unknown color: approx Putty. HEX triplet: CE, B6 and 75. RGB value is (206,182,117). Sum of RGB (Red+Green+Blue) = 206+182+117=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB675 is #31498A. Grayscale: #B6B6B6. Windows color (decimal): -3230091 or 7714510. OLE color: 7714510.

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

Color convert

RGB206182117-
CMYK00.120.430.19
HSL43.82º47.59%63.33%-
HSV(B)43.82º43.2%80.78%-
XYZ45.3947.8623.68-
YUV181.7791.45145.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=40.79%
G=36.04%
B=23.17%

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
Decimal20618211700.120.430.1943.8247.5963.33
HexCEB6750C2B132c303f
Octal3162661650145323546077
Binary110011101011011011101010110010101110011101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB675; }

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

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

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

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

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

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

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

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