#C0BF6C

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

Shades of Dark Khaki #C0BF6C

Tints of Dark Khaki #C0BF6C

Color information

#C0BF6C (or 0xC0BF6C) is unknown color: approx Dark Khaki. HEX triplet: C0, BF and 6C. RGB value is (192,191,108). Sum of RGB (Red+Green+Blue) = 192+191+108=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF6C is #3F4093. Grayscale: #B6B6B6. Windows color (decimal): -4145300 or 7126976. OLE color: 7126976.

HSL color Cylindrical-coordinate representation of color #C0BF6C: hue angle of 59.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0BF6C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB192191108-
CMYK00.010.440.25
HSL59.29º40%58.82%-
HSV(B)59.29º43.75%75.29%-
XYZ43.0849.5521.48-
YUV181.8486.33135.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=39.10%
G=38.90%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219110800.010.440.2559.294058.82
HexC0BF6C012C193b283b
Octal300277154015431735073
Binary110000001011111111011000110110011001111011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF6C; }

 p { color: rgb(192,191,108); }

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

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

 a { background-color: rgb(192,191,108); }

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

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

 span { border-color: rgb(192,191,108); }

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