Html Css Color HEX #615958 Zambezi

📋 copy color: '#615958'

red 97 ◦ green 89 ◦ blue 88

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

Shades of Zambezi #615958

Tints of Zambezi #615958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 35.4%
G = 32.48%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#615958 (or 0x615958) is known color: Zambezi. HEX triplet: 61, 59 and 58. RGB value is (97,89,88). Sum of RGB (Red+Green+Blue) = 97+89+88=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615958 is #9EA6A7. Grayscale: #5B5B5B. Windows color (decimal): -10397352 or 5790049. OLE color: 5790049.

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

Color convert

RGB 97 89 88 -
CMYK 0 0.08 0.09 0.62
HSL 6.67º 0.05% 0.36% -
HSV(B) 6.67º 0.09% 0.38% -
XYZ 10.26 10.39 10.7 -
YUV 91.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 97 89 88 0 0.08 0.09 0.62 6.67 0.05 0.36
Hex 61 59 58 0 8 9 3E 7 5 24
Octal 141 131 130 0 10 11 76 7 5 44
Binary 1100001 1011001 1011000 0 1000 1001 111110 111 101 100100

Color Harmonies of #615958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615958

Black with #615958

Text Example


Text Example

White with #615958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615958; }

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

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

background-color css

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

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

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

border-color css

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

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

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