#CEB06D

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

Shades of Putty #CEB06D

Tints of Putty #CEB06D

Color information

#CEB06D (or 0xCEB06D) is unknown color: approx Putty. HEX triplet: CE, B0 and 6D. RGB value is (206,176,109). Sum of RGB (Red+Green+Blue) = 206+176+109=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB06D is #314F92. Grayscale: #B1B1B1. Windows color (decimal): -3231635 or 7188686. OLE color: 7188686.

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

Color convert

RGB206176109-
CMYK00.150.470.19
HSL41.44º49.74%61.76%-
HSV(B)41.44º47.09%80.78%-
XYZ43.7445.2820.9-
YUV177.3389.44148.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 109 (42.97% from 255) = 22.20%
R=41.96%
G=35.85%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617610900.150.470.1941.4449.7461.76
HexCEB06D0F2F1329323e
Octal3162601550175723516276
Binary110011101011000011011010111110111110011101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB06D; }

 p { color: rgb(206,176,109); }

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

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

 a { background-color: rgb(206,176,109); }

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

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

 span { border-color: rgb(206,176,109); }

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