#C8B76A

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

Shades of Dark Khaki #C8B76A

Tints of Dark Khaki #C8B76A

Color information

#C8B76A (or 0xC8B76A) is unknown color: approx Dark Khaki. HEX triplet: C8, B7 and 6A. RGB value is (200,183,106). Sum of RGB (Red+Green+Blue) = 200+183+106=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B76A is #374895. Grayscale: #B3B3B3. Windows color (decimal): -3623062 or 6993864. OLE color: 6993864.

HSL color Cylindrical-coordinate representation of color #C8B76A: hue angle of 49.15º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8B76A is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB200183106-
CMYK00.080.470.22
HSL49.15º46.08%60%-
HSV(B)49.15º47%78.43%-
XYZ43.3547.1920.46-
YUV179.386.63142.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=40.90%
G=37.42%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018310600.080.470.2249.1546.0860
HexC8B76A082F16312e3c
Octal3102671520105726615674
Binary110010001011011111010100100010111110110110001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B76A; }

 p { color: rgb(200,183,106); }

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

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

 a { background-color: rgb(200,183,106); }

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

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

 span { border-color: rgb(200,183,106); }

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