Html Css Color HEX #615959 Zambezi

📋 copy color: '#615959'

red 97 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #615959

Tints of Zambezi #615959

RGB

 RED value IS 97 (38.28% from 255) = 35.27%

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

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

R = 35.27%
G = 32.36%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#615959 (or 0x615959) is known color: Zambezi. HEX triplet: 61, 59 and 59. RGB value is (97,89,89). Sum of RGB (Red+Green+Blue) = 97+89+89=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #615959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615959 is #9EA6A6. Grayscale: #5B5B5B. Windows color (decimal): -10397351 or 5855585. OLE color: 5855585.

HSL color Cylindrical-coordinate representation of color #615959: hue angle of 0º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #615959 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 89 89 -
CMYK 0 0.08 0.08 0.62
HSL 0.04% 0.36% -
HSV(B) 0.08% 0.38% -
XYZ 10.31 10.41 10.92 -
YUV 91.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 97 89 89 0 0.08 0.08 0.62 0 0.04 0.36
Hex 61 59 59 0 8 8 3E 0 4 24
Octal 141 131 131 0 10 10 76 0 4 44
Binary 1100001 1011001 1011001 0 1000 1000 111110 0 100 100100

Color Harmonies of #615959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615959

Black with #615959

Text Example


Text Example

White with #615959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615959; }

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

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

background-color css

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

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

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

border-color css

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

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

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