#C6B570

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

Shades of Dark Khaki #C6B570

Tints of Dark Khaki #C6B570

Color information

#C6B570 (or 0xC6B570) is unknown color: approx Dark Khaki. HEX triplet: C6, B5 and 70. RGB value is (198,181,112). Sum of RGB (Red+Green+Blue) = 198+181+112=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B570 is #394A8F. Grayscale: #B2B2B2. Windows color (decimal): -3754640 or 7386566. OLE color: 7386566.

HSL color Cylindrical-coordinate representation of color #C6B570: hue angle of 48.14º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6B570 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198181112-
CMYK00.090.430.22
HSL48.14º43%60.78%-
HSV(B)48.14º43.43%77.65%-
XYZ42.7446.2222-
YUV178.2290.63142.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=40.33%
G=36.86%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818111200.090.430.2248.144360.78
HexC6B570092B16302b3d
Octal3062651600115326605375
Binary110001101011010111100000100110101110110110000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B570; }

 p { color: rgb(198,181,112); }

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

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

 a { background-color: rgb(198,181,112); }

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

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

 span { border-color: rgb(198,181,112); }

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