#C6BD69

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

Shades of Dark Khaki #C6BD69

Tints of Dark Khaki #C6BD69

Color information

#C6BD69 (or 0xC6BD69) is unknown color: approx Dark Khaki. HEX triplet: C6, BD and 69. RGB value is (198,189,105). Sum of RGB (Red+Green+Blue) = 198+189+105=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD69 is #394296. Grayscale: #B6B6B6. Windows color (decimal): -3752599 or 6929862. OLE color: 6929862.

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

Color convert

RGB198189105-
CMYK00.050.470.22
HSL54.19º44.93%59.41%-
HSV(B)54.19º46.97%77.65%-
XYZ44.0449.4220.58-
YUV182.1184.48139.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 105 (41.41% from 255) = 21.34%
R=40.24%
G=38.41%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818910500.050.470.2254.1944.9359.41
HexC6BD69052F16362d3b
Octal306275151055726665573
Binary11000110101111011101001010110111110110110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD69; }

 p { color: rgb(198,189,105); }

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

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

 a { background-color: rgb(198,189,105); }

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

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

 span { border-color: rgb(198,189,105); }

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