#C8B76C

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

Shades of Dark Khaki #C8B76C

Tints of Dark Khaki #C8B76C

Color information

#C8B76C (or 0xC8B76C) is unknown color: approx Dark Khaki. HEX triplet: C8, B7 and 6C. RGB value is (200,183,108). Sum of RGB (Red+Green+Blue) = 200+183+108=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B76C is #374893. Grayscale: #B3B3B3. Windows color (decimal): -3623060 or 7124936. OLE color: 7124936.

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

Color convert

RGB200183108-
CMYK00.080.460.22
HSL48.91º45.54%60.39%-
HSV(B)48.91º46%78.43%-
XYZ43.4647.2321.01-
YUV179.5387.63142.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=40.73%
G=37.27%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018310800.080.460.2248.9145.5460.39
HexC8B76C082E16312e3c
Octal3102671540105626615674
Binary110010001011011111011000100010111010110110001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B76C; }

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

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

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

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

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

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

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

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