#C7BF64

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

Shades of Dark Khaki #C7BF64

Tints of Dark Khaki #C7BF64

Color information

#C7BF64 (or 0xC7BF64) is unknown color: approx Dark Khaki. HEX triplet: C7, BF and 64. RGB value is (199,191,100). Sum of RGB (Red+Green+Blue) = 199+191+100=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF64 is #38409B. Grayscale: #B7B7B7. Windows color (decimal): -3686556 or 6602695. OLE color: 6602695.

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

Color convert

RGB199191100-
CMYK00.040.500.22
HSL55.15º46.92%58.63%-
HSV(B)55.15º49.75%78.04%-
XYZ44.4850.3219.43-
YUV183.0281.15139.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 100 (39.45% from 255) = 20.41%
R=40.61%
G=38.98%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919110000.040.500.2255.1546.9258.63
HexC7BF64043216372f3b
Octal307277144046226675773
Binary11000111101111111100100010011001010110110111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF64; }

 p { color: rgb(199,191,100); }

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

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

 a { background-color: rgb(199,191,100); }

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

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

 span { border-color: rgb(199,191,100); }

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