#C7BB6E

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

Shades of Dark Khaki #C7BB6E

Tints of Dark Khaki #C7BB6E

Color information

#C7BB6E (or 0xC7BB6E) is unknown color: approx Dark Khaki. HEX triplet: C7, BB and 6E. RGB value is (199,187,110). Sum of RGB (Red+Green+Blue) = 199+187+110=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BB6E is #384491. Grayscale: #B6B6B6. Windows color (decimal): -3687570 or 7257031. OLE color: 7257031.

HSL color Cylindrical-coordinate representation of color #C7BB6E: hue angle of 51.91º degrees, saturation: 0.44, 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 #C7BB6E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB199187110-
CMYK00.060.450.22
HSL51.91º44.28%60.59%-
HSV(B)51.91º44.72%78.04%-
XYZ44.1448.8121.85-
YUV181.8187.48140.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=40.12%
G=37.70%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918711000.060.450.2251.9144.2860.59
HexC7BB6E062D16342c3d
Octal307273156065526645475
Binary11000111101110111101110011010110110110110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BB6E; }

 p { color: rgb(199,187,110); }

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

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

 a { background-color: rgb(199,187,110); }

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

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

 span { border-color: rgb(199,187,110); }

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