#C7BB68

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

Shades of Dark Khaki #C7BB68

Tints of Dark Khaki #C7BB68

Color information

#C7BB68 (or 0xC7BB68) is unknown color: approx Dark Khaki. HEX triplet: C7, BB and 68. RGB value is (199,187,104). Sum of RGB (Red+Green+Blue) = 199+187+104=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BB68 is #384497. Grayscale: #B5B5B5. Windows color (decimal): -3687576 or 6863815. OLE color: 6863815.

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

Color convert

RGB199187104-
CMYK00.060.480.22
HSL52.42º45.89%59.41%-
HSV(B)52.42º47.74%78.04%-
XYZ43.8248.6820.18-
YUV181.1384.48140.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=40.61%
G=38.16%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918710400.060.480.2252.4245.8959.41
HexC7BB68063016342e3b
Octal307273150066026645673
Binary11000111101110111101000011011000010110110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BB68; }

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

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

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

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

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

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

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

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