#6F5856

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

Shades of Zambezi #6F5856

Tints of Zambezi #6F5856

Color information

#6F5856 (or 0x6F5856) is unknown color: approx Zambezi. HEX triplet: 6F, 58 and 56. RGB value is (111,88,86). Sum of RGB (Red+Green+Blue) = 111+88+86=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5856 is #90A7A9. Grayscale: #5E5E5E. Windows color (decimal): -9480106 or 5658735. OLE color: 5658735.

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

Color convert

RGB1118886-
CMYK00.210.230.56
HSL4.8º12.69%38.63%-
HSV(B)4.8º22.52%43.53%-
XYZ11.7211.0310.32-
YUV94.65123.12139.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=38.95%
G=30.88%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111888600.210.230.564.812.6938.63
Hex6F585601517385d27
Octal157130126025277051547
Binary110111110110001010110010101101111110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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