#6F605F

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

Shades of Zambezi #6F605F

Tints of Zambezi #6F605F

Color information

#6F605F (or 0x6F605F) is unknown color: approx Zambezi. HEX triplet: 6F, 60 and 5F. RGB value is (111,96,95). Sum of RGB (Red+Green+Blue) = 111+96+95=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F605F is #909FA0. Grayscale: #646464. Windows color (decimal): -9478049 or 6250607. OLE color: 6250607.

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

Color convert

RGB1119695-
CMYK00.140.140.56
HSL3.75º7.77%40.39%-
HSV(B)3.75º14.41%43.53%-
XYZ12.812.5712.58-
YUV100.37124.97135.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=36.75%
G=31.79%
B=31.46%

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
Decimal111969500.140.140.563.757.7740.39
Hex6F605F0EE384828
Octal157140137016167041050
Binary1101111110000010111110111011101110001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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