#C8BF6E

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

Shades of Dark Khaki #C8BF6E

Tints of Dark Khaki #C8BF6E

Color information

#C8BF6E (or 0xC8BF6E) is unknown color: approx Dark Khaki. HEX triplet: C8, BF and 6E. RGB value is (200,191,110). Sum of RGB (Red+Green+Blue) = 200+191+110=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF6E is #374091. Grayscale: #B8B8B8. Windows color (decimal): -3621010 or 7258056. OLE color: 7258056.

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

Color convert

RGB200191110-
CMYK00.040.450.22
HSL54º45%60.78%-
HSV(B)54º45%78.43%-
XYZ45.2650.6722.15-
YUV184.4685.98139.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 110 (43.36% from 255) = 21.96%
R=39.92%
G=38.12%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019111000.040.450.22544560.78
HexC8BF6E042D16362d3d
Octal310277156045526665575
Binary11001000101111111101110010010110110110110110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF6E; }

 p { color: rgb(200,191,110); }

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

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

 a { background-color: rgb(200,191,110); }

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

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

 span { border-color: rgb(200,191,110); }

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