#6F5E5D

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

Shades of Zambezi #6F5E5D

Tints of Zambezi #6F5E5D

Color information

#6F5E5D (or 0x6F5E5D) is unknown color: approx Zambezi. HEX triplet: 6F, 5E and 5D. RGB value is (111,94,93). Sum of RGB (Red+Green+Blue) = 111+94+93=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E5D is #90A1A2. Grayscale: #626262. Windows color (decimal): -9478563 or 6119023. OLE color: 6119023.

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

Color convert

RGB1119493-
CMYK00.150.160.56
HSL3.33º8.82%40%-
HSV(B)3.33º16.22%43.53%-
XYZ12.5312.1812.05-
YUV98.97124.63136.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.25%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=37.25%
G=31.54%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111949300.150.160.563.338.8240
Hex6F5E5D0F10383928
Octal157136135017207031150
Binary1101111101111010111010111110000111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,93); }

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

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

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

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

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

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

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