#6F5F52

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

Shades of Kabul #6F5F52

Tints of Kabul #6F5F52

Color information

#6F5F52 (or 0x6F5F52) is unknown color: approx Kabul. HEX triplet: 6F, 5F and 52. RGB value is (111,95,82). Sum of RGB (Red+Green+Blue) = 111+95+82=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F52 is #90A0AD. Grayscale: #626262. Windows color (decimal): -9478318 or 5398383. OLE color: 5398383.

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

Color convert

RGB1119582-
CMYK00.140.260.56
HSL26.9º15.03%37.84%-
HSV(B)26.9º26.13%43.53%-
XYZ12.1712.179.69-
YUV98.3118.8137.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=38.54%
G=32.99%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111958200.140.260.5626.915.0337.84
Hex6F5F520E1A381bf26
Octal1571371220163270331746
Binary1101111101111110100100111011010111000110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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