Html Css Color HEX #615656 Zambezi

📋 copy color: '#615656'

red 97 ◦ green 86 ◦ blue 86

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

Shades of Zambezi #615656

Tints of Zambezi #615656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 36.06%
G = 31.97%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#615656 (or 0x615656) is known color: Zambezi. HEX triplet: 61, 56 and 56. RGB value is (97,86,86). Sum of RGB (Red+Green+Blue) = 97+86+86=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #615656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615656 is #9EA9A9. Grayscale: #595959. Windows color (decimal): -10398122 or 5658209. OLE color: 5658209.

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

Color convert

RGB 97 86 86 -
CMYK 0 0.11 0.11 0.62
HSL 0.06% 0.36% -
HSV(B) 0.11% 0.38% -
XYZ 9.94 9.87 10.19 -
YUV 89.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 97 86 86 0 0.11 0.11 0.62 0 0.06 0.36
Hex 61 56 56 0 B B 3E 0 6 24
Octal 141 126 126 0 13 13 76 0 6 44
Binary 1100001 1010110 1010110 0 1011 1011 111110 0 110 100100

Color Harmonies of #615656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615656

Black with #615656

Text Example


Text Example

White with #615656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615656; }

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

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

background-color css

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

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

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

border-color css

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

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

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