#6E5F53

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

Shades of Kabul #6E5F53

Tints of Kabul #6E5F53

Color information

#6E5F53 (or 0x6E5F53) is unknown color: approx Kabul. HEX triplet: 6E, 5F and 53. RGB value is (110,95,83). Sum of RGB (Red+Green+Blue) = 110+95+83=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F53 is #91A0AC. Grayscale: #626262. Windows color (decimal): -9543853 or 5463918. OLE color: 5463918.

HSL color Cylindrical-coordinate representation of color #6E5F53: hue angle of 26.67º degrees, saturation: 0.14, 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 #6E5F53 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1109583-
CMYK00.140.250.57
HSL26.67º13.99%37.84%-
HSV(B)26.67º24.55%43.14%-
XYZ12.0812.129.89-
YUV98.12119.47136.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.19%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=38.19%
G=32.99%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110958300.140.250.5726.6713.9937.84
Hex6E5F530E19391be26
Octal1561371230163171331646
Binary1101110101111110100110111011001111001110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,83); }

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

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

 a { background-color: rgb(110,95,83); }

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

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

 span { border-color: rgb(110,95,83); }

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