Html Css Color HEX #6D5959 Zambezi

📋 copy color: '#6D5959'

red 109 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #6D5959

Tints of Zambezi #6D5959

RGB

 RED value IS 109 (42.97% from 255) = 37.98%

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

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 37.98%
G = 31.01%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D5959 (or 0x6D5959) is known color: Zambezi. HEX triplet: 6D, 59 and 59. RGB value is (109,89,89). Sum of RGB (Red+Green+Blue) = 109+89+89=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5959 is #92A6A6. Grayscale: #5F5F5F. Windows color (decimal): -9610919 or 5855597. OLE color: 5855597.

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

Color convert

RGB 109 89 89 -
CMYK 0 0.18 0.18 0.57
HSL 0.1% 0.39% -
HSV(B) 0.18% 0.43% -
XYZ 11.68 11.12 10.98 -
YUV 94.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 109 89 89 0 0.18 0.18 0.57 0 0.1 0.39
Hex 6D 59 59 0 12 12 39 0 A 27
Octal 155 131 131 0 22 22 71 0 12 47
Binary 1101101 1011001 1011001 0 10010 10010 111001 0 1010 100111

Color Harmonies of #6D5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5959

Black with #6D5959

Text Example


Text Example

White with #6D5959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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