Html Css Color HEX #615857 Zambezi

📋 copy color: '#615857'

red 97 ◦ green 88 ◦ blue 87

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

Shades of Zambezi #615857

Tints of Zambezi #615857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

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

R = 35.66%
G = 32.35%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#615857 (or 0x615857) is known color: Zambezi. HEX triplet: 61, 58 and 57. RGB value is (97,88,87). Sum of RGB (Red+Green+Blue) = 97+88+87=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #615857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615857 is #9EA7A8. Grayscale: #5A5A5A. Windows color (decimal): -10397609 or 5724257. OLE color: 5724257.

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

Color convert

RGB 97 88 87 -
CMYK 0 0.09 0.10 0.62
HSL 0.05% 0.36% -
HSV(B) 0.1% 0.38% -
XYZ 10.14 10.21 10.45 -
YUV 90.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 97 88 87 0 0.09 0.10 0.62 6 0.05 0.36
Hex 61 58 57 0 9 A 3E 6 5 24
Octal 141 130 127 0 11 12 76 6 5 44
Binary 1100001 1011000 1010111 0 1001 1010 111110 110 101 100100

Color Harmonies of #615857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615857

Black with #615857

Text Example


Text Example

White with #615857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615857; }

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

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

background-color css

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

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

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

border-color css

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

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

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