#6E5E50

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

Shades of Kabul #6E5E50

Tints of Kabul #6E5E50

Color information

#6E5E50 (or 0x6E5E50) is unknown color: approx Kabul. HEX triplet: 6E, 5E and 50. RGB value is (110,94,80). Sum of RGB (Red+Green+Blue) = 110+94+80=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5E50 is #91A1AF. Grayscale: #616161. Windows color (decimal): -9544112 or 5267054. OLE color: 5267054.

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

Color convert

RGB1109480-
CMYK00.150.270.57
HSL28º15.79%37.25%-
HSV(B)28º27.27%43.14%-
XYZ11.8811.99.26-
YUV97.19118.3137.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.73%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=38.73%
G=33.10%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110948000.150.270.572815.7937.25
Hex6E5E500F1B391c1025
Octal1561361200173371342045
Binary11011101011110101000001111110111110011110010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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