#C7BC65

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

Shades of Dark Khaki #C7BC65

Tints of Dark Khaki #C7BC65

Color information

#C7BC65 (or 0xC7BC65) is unknown color: approx Dark Khaki. HEX triplet: C7, BC and 65. RGB value is (199,188,101). Sum of RGB (Red+Green+Blue) = 199+188+101=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC65 is #38439A. Grayscale: #B5B5B5. Windows color (decimal): -3687323 or 6667463. OLE color: 6667463.

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

Color convert

RGB199188101-
CMYK00.060.490.22
HSL53.27º46.67%58.82%-
HSV(B)53.27º49.25%78.04%-
XYZ43.8949.0519.47-
YUV181.3782.64140.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 101 (39.84% from 255) = 20.70%
R=40.78%
G=38.52%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918810100.060.490.2253.2746.6758.82
HexC7BC65063116352f3b
Octal307274145066126655773
Binary11000111101111001100101011011000110110110101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BC65; }

 p { color: rgb(199,188,101); }

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

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

 a { background-color: rgb(199,188,101); }

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

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

 span { border-color: rgb(199,188,101); }

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