Html Css Color HEX #6A5957 Zambezi

📋 copy color: '#6A5957'

red 106 ◦ green 89 ◦ blue 87

#6A5957
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #6A5957

Tints of Zambezi #6A5957

RGB

 RED value IS 106 (41.8% from 255) = 37.59%

 GREEN value IS 89 (35.16% from 255) = 31.56%

 BLUE value IS 87 (34.38% from 255) = 30.85%

R = 37.59%
G = 31.56%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6A5957 (or 0x6A5957) is known color: Zambezi. HEX triplet: 6A, 59 and 57. RGB value is (106,89,87). Sum of RGB (Red+Green+Blue) = 106+89+87=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5957 is #95A6A8. Grayscale: #5D5D5D. Windows color (decimal): -9807529 or 5724522. OLE color: 5724522.

HSL color Cylindrical-coordinate representation of color #6A5957: hue angle of 6.32º 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 #6A5957 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 89 87 -
CMYK 0 0.16 0.18 0.58
HSL 6.32º 0.1% 0.38% -
HSV(B) 6.32º 0.18% 0.42% -
XYZ 11.24 10.9 10.53 -
YUV 93.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 106 89 87 0 0.16 0.18 0.58 6.32 0.1 0.38
Hex 6A 59 57 0 10 12 3A 6 A 26
Octal 152 131 127 0 20 22 72 6 12 46
Binary 1101010 1011001 1010111 0 10000 10010 111010 110 1010 100110

Color Harmonies of #6A5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5957

Black with #6A5957

Text Example


Text Example

White with #6A5957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,89,87); }

 H1.HeaderClassName
 {
   color: #6A5957;
 }
 .AnyTagClassName
 {
   color: #6A5957;
 }
</style>

background-color css

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

 a { background-color: rgb(106,89,87); }

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

border-color css

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

 span { border-color: rgb(106,89,87); }

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