#6F5B59

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

Shades of Zambezi #6F5B59

Tints of Zambezi #6F5B59

Color information

#6F5B59 (or 0x6F5B59) is unknown color: approx Zambezi. HEX triplet: 6F, 5B and 59. RGB value is (111,91,89). Sum of RGB (Red+Green+Blue) = 111+91+89=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B59 is #90A4A6. Grayscale: #606060. Windows color (decimal): -9479335 or 5856111. OLE color: 5856111.

HSL color Cylindrical-coordinate representation of color #6F5B59: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5B59 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1119189-
CMYK00.180.200.56
HSL5.45º11%39.22%-
HSV(B)5.45º19.82%43.53%-
XYZ12.111.5811.05-
YUV96.75123.63138.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=38.14%
G=31.27%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111918900.180.200.565.451139.22
Hex6F5B5901214385b27
Octal157133131022247051347
Binary110111110110111011001010010101001110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,91,89); }

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

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

 a { background-color: rgb(111,91,89); }

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

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

 span { border-color: rgb(111,91,89); }

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