#6F5E50

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

Shades of Kabul #6F5E50

Tints of Kabul #6F5E50

Color information

#6F5E50 (or 0x6F5E50) is unknown color: approx Kabul. HEX triplet: 6F, 5E and 50. RGB value is (111,94,80). Sum of RGB (Red+Green+Blue) = 111+94+80=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E50 is #90A1AF. Grayscale: #616161. Windows color (decimal): -9478576 or 5267055. OLE color: 5267055.

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

Color convert

RGB1119480-
CMYK00.150.280.56
HSL27.1º16.23%37.45%-
HSV(B)27.1º27.93%43.53%-
XYZ12.0111.969.27-
YUV97.49118.13137.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=38.95%
G=32.98%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111948000.150.280.5627.116.2337.45
Hex6F5E500F1C381b1025
Octal1571361200173470332045
Binary11011111011110101000001111111001110001101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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