#6F5F53

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

Shades of Kabul #6F5F53

Tints of Kabul #6F5F53

Color information

#6F5F53 (or 0x6F5F53) is unknown color: approx Kabul. HEX triplet: 6F, 5F and 53. RGB value is (111,95,83). Sum of RGB (Red+Green+Blue) = 111+95+83=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F53 is #90A0AC. Grayscale: #626262. Windows color (decimal): -9478317 or 5463919. OLE color: 5463919.

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

Color convert

RGB1119583-
CMYK00.140.250.56
HSL25.71º14.43%38.04%-
HSV(B)25.71º25.23%43.53%-
XYZ12.2112.199.89-
YUV98.42119.3136.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 83 (32.81% from 255) = 28.72%
R=38.41%
G=32.87%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111958300.140.250.5625.7114.4338.04
Hex6F5F530E19381ae26
Octal1571371230163170321646
Binary1101111101111110100110111011001111000110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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