#6F6060

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

Shades of Zambezi #6F6060

Tints of Zambezi #6F6060

Color information

#6F6060 (or 0x6F6060) is unknown color: approx Zambezi. HEX triplet: 6F, 60 and 60. RGB value is (111,96,96). Sum of RGB (Red+Green+Blue) = 111+96+96=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6060 is #909F9F. Grayscale: #646464. Windows color (decimal): -9478048 or 6316143. OLE color: 6316143.

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

Color convert

RGB1119696-
CMYK00.140.140.56
HSL7.25%40.59%-
HSV(B)13.51%43.53%-
XYZ12.8512.5912.82-
YUV100.48125.47135.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=36.63%
G=31.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111969600.140.140.5607.2540.59
Hex6F60600EE380729
Octal15714014001616700751
Binary1101111110000011000000111011101110000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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