#6F5757

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

Shades of Zambezi #6F5757

Tints of Zambezi #6F5757

Color information

#6F5757 (or 0x6F5757) is unknown color: approx Zambezi. HEX triplet: 6F, 57 and 57. RGB value is (111,87,87). Sum of RGB (Red+Green+Blue) = 111+87+87=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5757 is #90A8A8. Grayscale: #5E5E5E. Windows color (decimal): -9480361 or 5724015. OLE color: 5724015.

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

Color convert

RGB1118787-
CMYK00.220.220.56
HSL12.12%38.82%-
HSV(B)21.62%43.53%-
XYZ11.6810.8810.5-
YUV94.18123.95140-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=38.95%
G=30.53%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111878700.220.220.56012.1238.82
Hex6F575701616380c27
Octal157127127026267001447
Binary1101111101011110101110101101011011100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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