#6F5B58

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

Shades of Zambezi #6F5B58

Tints of Zambezi #6F5B58

Color information

#6F5B58 (or 0x6F5B58) is unknown color: approx Zambezi. HEX triplet: 6F, 5B and 58. RGB value is (111,91,88). Sum of RGB (Red+Green+Blue) = 111+91+88=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B58 is #90A4A7. Grayscale: #606060. Windows color (decimal): -9479336 or 5790575. OLE color: 5790575.

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

Color convert

RGB1119188-
CMYK00.180.210.56
HSL7.83º11.56%39.02%-
HSV(B)7.83º20.72%43.53%-
XYZ12.0611.5710.83-
YUV96.64123.13138.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=38.28%
G=31.38%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111918800.180.210.567.8311.5639.02
Hex6F5B5801215388c27
Octal1571331300222570101447
Binary1101111101101110110000100101010111100010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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