#C8B76F

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

Shades of Dark Khaki #C8B76F

Tints of Dark Khaki #C8B76F

Color information

#C8B76F (or 0xC8B76F) is unknown color: approx Dark Khaki. HEX triplet: C8, B7 and 6F. RGB value is (200,183,111). Sum of RGB (Red+Green+Blue) = 200+183+111=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B76F is #374890. Grayscale: #B4B4B4. Windows color (decimal): -3623057 or 7321544. OLE color: 7321544.

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

Color convert

RGB200183111-
CMYK00.080.440.22
HSL48.54º44.72%60.98%-
HSV(B)48.54º44.5%78.43%-
XYZ43.6247.2921.87-
YUV179.8889.13142.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=40.49%
G=37.04%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018311100.080.440.2248.5444.7260.98
HexC8B76F082C16312d3d
Octal3102671570105426615575
Binary110010001011011111011110100010110010110110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B76F; }

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

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

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

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

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

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

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

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