#6E5E52

Color #6E5E52 Kabul (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kabul #6E5E52

Tints of Kabul #6E5E52

Color information

#6E5E52 (or 0x6E5E52) is unknown color: approx Kabul. HEX triplet: 6E, 5E and 52. RGB value is (110,94,82). Sum of RGB (Red+Green+Blue) = 110+94+82=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5E52 is #91A1AD. Grayscale: #616161. Windows color (decimal): -9544110 or 5398126. OLE color: 5398126.

HSL color Cylindrical-coordinate representation of color #6E5E52: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5E52 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1109482-
CMYK00.150.250.57
HSL25.71º14.58%37.65%-
HSV(B)25.71º25.45%43.14%-
XYZ11.9611.939.66-
YUV97.42119.3136.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=38.46%
G=32.87%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110948200.150.250.5725.7114.5837.65
Hex6E5E520F19391af26
Octal1561361220173171321746
Binary1101110101111010100100111111001111001110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E5E52; }

 p { color: rgb(110,94,82); }

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

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

 a { background-color: rgb(110,94,82); }

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

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

 span { border-color: rgb(110,94,82); }

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