#C7BF68

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

Shades of Dark Khaki #C7BF68

Tints of Dark Khaki #C7BF68

Color information

#C7BF68 (or 0xC7BF68) is unknown color: approx Dark Khaki. HEX triplet: C7, BF and 68. RGB value is (199,191,104). Sum of RGB (Red+Green+Blue) = 199+191+104=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF68 is #384097. Grayscale: #B7B7B7. Windows color (decimal): -3686552 or 6864839. OLE color: 6864839.

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

Color convert

RGB199191104-
CMYK00.040.480.22
HSL54.95º45.89%59.41%-
HSV(B)54.95º47.74%78.04%-
XYZ44.6850.420.47-
YUV183.4783.15139.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=40.28%
G=38.66%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919110400.040.480.2254.9545.8959.41
HexC7BF68043016372e3b
Octal307277150046026675673
Binary11000111101111111101000010011000010110110111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF68; }

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

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

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

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

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

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

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

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