Html Css Color HEX #615C5B Zambezi

📋 copy color: '#615C5B'

red 97 ◦ green 92 ◦ blue 91

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

Shades of Zambezi #615C5B

Tints of Zambezi #615C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.86%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 34.64%
G = 32.86%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#615C5B (or 0x615C5B) is known color: Zambezi. HEX triplet: 61, 5C and 5B. RGB value is (97,92,91). Sum of RGB (Red+Green+Blue) = 97+92+91=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #615C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C5B is #9EA3A4. Grayscale: #5D5D5D. Windows color (decimal): -10396581 or 5987425. OLE color: 5987425.

HSL color Cylindrical-coordinate representation of color #615C5B: hue angle of 10º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #615C5B is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 92 91 -
CMYK 0 0.05 0.06 0.62
HSL 10º 0.03% 0.37% -
HSV(B) 10º 0.06% 0.38% -
XYZ 10.65 10.95 11.45 -
YUV 93.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 97 92 91 0 0.05 0.06 0.62 10 0.03 0.37
Hex 61 5C 5B 0 5 6 3E A 3 25
Octal 141 134 133 0 5 6 76 12 3 45
Binary 1100001 1011100 1011011 0 101 110 111110 1010 11 100101

Color Harmonies of #615C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C5B

Black with #615C5B

Text Example


Text Example

White with #615C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,92,91); }

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

background-color css

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

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

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

border-color css

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

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

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