#6B5958

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

Shades of Zambezi #6B5958

Tints of Zambezi #6B5958

Color information

#6B5958 (or 0x6B5958) is unknown color: approx Zambezi. HEX triplet: 6B, 59 and 58. RGB value is (107,89,88). Sum of RGB (Red+Green+Blue) = 107+89+88=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5958 is #94A6A7. Grayscale: #5E5E5E. Windows color (decimal): -9741992 or 5790059. OLE color: 5790059.

HSL color Cylindrical-coordinate representation of color #6B5958: hue angle of 3.16º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B5958 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1078988-
CMYK00.170.180.58
HSL3.16º9.74%38.24%-
HSV(B)3.16º17.76%41.96%-
XYZ11.410.9810.75-
YUV94.27124.46137.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=37.68%
G=31.34%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107898800.170.180.583.169.7438.24
Hex6B5958011123A3a26
Octal153131130021227231246
Binary11010111011001101100001000110010111010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,88); }

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

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

 a { background-color: rgb(107,89,88); }

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

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

 span { border-color: rgb(107,89,88); }

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