#6F5C5A

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

Shades of Zambezi #6F5C5A

Tints of Zambezi #6F5C5A

Color information

#6F5C5A (or 0x6F5C5A) is unknown color: approx Zambezi. HEX triplet: 6F, 5C and 5A. RGB value is (111,92,90). Sum of RGB (Red+Green+Blue) = 111+92+90=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C5A is #90A3A5. Grayscale: #616161. Windows color (decimal): -9479078 or 5921903. OLE color: 5921903.

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

Color convert

RGB1119290-
CMYK00.170.190.56
HSL5.71º10.45%39.41%-
HSV(B)5.71º18.92%43.53%-
XYZ12.2311.7711.3-
YUV97.45123.79137.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=37.88%
G=31.40%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111929000.170.190.565.7110.4539.41
Hex6F5C5A01113386a27
Octal157134132021237061247
Binary110111110111001011010010001100111110001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,92,90); }

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

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

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

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

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

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

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