#C8B96A

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

Shades of Dark Khaki #C8B96A

Tints of Dark Khaki #C8B96A

Color information

#C8B96A (or 0xC8B96A) is unknown color: approx Dark Khaki. HEX triplet: C8, B9 and 6A. RGB value is (200,185,106). Sum of RGB (Red+Green+Blue) = 200+185+106=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B96A is #374695. Grayscale: #B4B4B4. Windows color (decimal): -3622550 or 6994376. OLE color: 6994376.

HSL color Cylindrical-coordinate representation of color #C8B96A: hue angle of 50.43º 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 #C8B96A is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB200185106-
CMYK00.080.470.22
HSL50.43º46.08%60%-
HSV(B)50.43º47%78.43%-
XYZ43.7748.0220.6-
YUV180.4885.97141.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=40.73%
G=37.68%
B=21.59%

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
Decimal20018510600.080.470.2250.4346.0860
HexC8B96A082F16322e3c
Octal3102711520105726625674
Binary110010001011100111010100100010111110110110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B96A; }

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

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

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

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

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

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

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

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