Html Css Color HEX #615A59 Zambezi

📋 copy color: '#615A59'

red 97 ◦ green 90 ◦ blue 89

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

Shades of Zambezi #615A59

Tints of Zambezi #615A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

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

R = 35.14%
G = 32.61%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#615A59 (or 0x615A59) is known color: Zambezi. HEX triplet: 61, 5A and 59. RGB value is (97,90,89). Sum of RGB (Red+Green+Blue) = 97+90+89=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #615A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A59 is #9EA5A6. Grayscale: #5B5B5B. Windows color (decimal): -10397095 or 5855841. OLE color: 5855841.

HSL color Cylindrical-coordinate representation of color #615A59: hue angle of 7.5º 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 #615A59 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 90 89 -
CMYK 0 0.07 0.08 0.62
HSL 7.5º 0.04% 0.36% -
HSV(B) 7.5º 0.08% 0.38% -
XYZ 10.39 10.57 10.94 -
YUV 91.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 97 90 89 0 0.07 0.08 0.62 7.5 0.04 0.36
Hex 61 5A 59 0 7 8 3E 8 4 24
Octal 141 132 131 0 7 10 76 10 4 44
Binary 1100001 1011010 1011001 0 111 1000 111110 1000 100 100100

Color Harmonies of #615A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A59

Black with #615A59

Text Example


Text Example

White with #615A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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