#c6bb68

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

Shades of Dark Khaki #C6BB68

Tints of Dark Khaki #C6BB68

Color information

#C6BB68 (or 0xC6BB68) is unknown color: approx Dark Khaki. HEX triplet: C6, BB and 68. RGB value is (198,187,104). Sum of RGB (Red+Green+Blue) = 198+187+104=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BB68 is #394497. Grayscale: #B5B5B5. Windows color (decimal): -3753112 or 6863814. OLE color: 6863814.

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

Color convert

RGB198187104-
CMYK00.060.470.22
HSL52.98º45.19%59.22%-
HSV(B)52.98º47.47%77.65%-
XYZ43.5648.5520.17-
YUV180.8384.64140.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 104 (41.02% from 255) = 21.27%
R=40.49%
G=38.24%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818710400.060.470.2252.9845.1959.22
HexC6BB68062F16352d3b
Octal306273150065726655573
Binary11000110101110111101000011010111110110110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6bb68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6bb68; }

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

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

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

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

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

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

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

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