#6F5A57

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

Shades of Zambezi #6F5A57

Tints of Zambezi #6F5A57

Color information

#6F5A57 (or 0x6F5A57) is unknown color: approx Zambezi. HEX triplet: 6F, 5A and 57. RGB value is (111,90,87). Sum of RGB (Red+Green+Blue) = 111+90+87=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A57 is #90A5A8. Grayscale: #5F5F5F. Windows color (decimal): -9479593 or 5724783. OLE color: 5724783.

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

Color convert

RGB1119087-
CMYK00.190.220.56
HSL7.5º12.12%38.82%-
HSV(B)7.5º21.62%43.53%-
XYZ11.9311.3810.58-
YUV95.94122.96138.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=38.54%
G=31.25%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111908700.190.220.567.512.1238.82
Hex6F5A5701316388c27
Octal1571321270232670101447
Binary1101111101101010101110100111011011100010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,90,87); }

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

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

 a { background-color: rgb(111,90,87); }

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

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

 span { border-color: rgb(111,90,87); }

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