#C9B68E

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

Shades of Tan #C9B68E

Tints of Tan #C9B68E

Color information

#C9B68E (or 0xC9B68E) is unknown color: approx Tan. HEX triplet: C9, B6 and 8E. RGB value is (201,182,142). Sum of RGB (Red+Green+Blue) = 201+182+142=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B68E is #364971. Grayscale: #B7B7B7. Windows color (decimal): -3557746 or 9352905. OLE color: 9352905.

HSL color Cylindrical-coordinate representation of color #C9B68E: hue angle of 40.68º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B68E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201182142-
CMYK00.090.290.21
HSL40.68º35.33%67.25%-
HSV(B)40.68º29.35%78.82%-
XYZ45.747.8332.41-
YUV183.12104.79140.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.29%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=38.29%
G=34.67%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118214200.090.290.2140.6835.3367.25
HexC9B68E091D15292343
Octal31126621601135255143103
Binary1100100110110110100011100100111101101011010011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B68E; }

 p { color: rgb(201,182,142); }

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

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

 a { background-color: rgb(201,182,142); }

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

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

 span { border-color: rgb(201,182,142); }

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