#6F5756

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

Shades of Zambezi #6F5756

Tints of Zambezi #6F5756

Color information

#6F5756 (or 0x6F5756) is unknown color: approx Zambezi. HEX triplet: 6F, 57 and 56. RGB value is (111,87,86). Sum of RGB (Red+Green+Blue) = 111+87+86=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5756 is #90A8A9. Grayscale: #5E5E5E. Windows color (decimal): -9480362 or 5658479. OLE color: 5658479.

HSL color Cylindrical-coordinate representation of color #6F5756: hue angle of 2.4º 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 #6F5756 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1118786-
CMYK00.220.230.56
HSL2.4º12.69%38.63%-
HSV(B)2.4º22.52%43.53%-
XYZ11.6410.8710.29-
YUV94.06123.45140.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.08%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=39.08%
G=30.63%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111878600.220.230.562.412.6938.63
Hex6F575601617382d27
Octal157127126026277021547
Binary11011111010111101011001011010111111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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