#6F5956

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

Shades of Zambezi #6F5956

Tints of Zambezi #6F5956

Color information

#6F5956 (or 0x6F5956) is unknown color: approx Zambezi. HEX triplet: 6F, 59 and 56. RGB value is (111,89,86). Sum of RGB (Red+Green+Blue) = 111+89+86=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5956 is #90A6A9. Grayscale: #5F5F5F. Windows color (decimal): -9479850 or 5658991. OLE color: 5658991.

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

Color convert

RGB1118986-
CMYK00.200.230.56
HSL7.2º12.69%38.63%-
HSV(B)7.2º22.52%43.53%-
XYZ11.8111.210.34-
YUV95.24122.79139.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=38.81%
G=31.12%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111898600.200.230.567.212.6938.63
Hex6F595601417387d27
Octal157131126024277071547
Binary110111110110011010110010100101111110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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