#C7B66D

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

Shades of Dark Khaki #C7B66D

Tints of Dark Khaki #C7B66D

Color information

#C7B66D (or 0xC7B66D) is unknown color: approx Dark Khaki. HEX triplet: C7, B6 and 6D. RGB value is (199,182,109). Sum of RGB (Red+Green+Blue) = 199+182+109=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B66D is #384992. Grayscale: #B3B3B3. Windows color (decimal): -3688851 or 7190215. OLE color: 7190215.

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

Color convert

RGB199182109-
CMYK00.090.450.22
HSL48.67º44.55%60.39%-
HSV(B)48.67º45.23%78.04%-
XYZ43.0446.721.21-
YUV178.7688.63142.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=40.61%
G=37.14%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918210900.090.450.2248.6744.5560.39
HexC7B66D092D16312d3c
Octal3072661550115526615574
Binary110001111011011011011010100110110110110110001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B66D; }

 p { color: rgb(199,182,109); }

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

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

 a { background-color: rgb(199,182,109); }

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

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

 span { border-color: rgb(199,182,109); }

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