Html Css Color HEX #615F5F Zambezi

📋 copy color: '#615F5F'

red 97 ◦ green 95 ◦ blue 95

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

Shades of Zambezi #615F5F

Tints of Zambezi #615F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.1%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 33.8%
G = 33.1%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#615F5F (or 0x615F5F) is known color: Zambezi. HEX triplet: 61, 5F and 5F. RGB value is (97,95,95). Sum of RGB (Red+Green+Blue) = 97+95+95=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 97 - color contains mainly: red. Hex color #615F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F5F is #9EA0A0. Grayscale: #5F5F5F. Windows color (decimal): -10395809 or 6250337. OLE color: 6250337.

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

Color convert

RGB 97 95 95 -
CMYK 0 0.02 0.02 0.62
HSL 0.01% 0.38% -
HSV(B) 0.02% 0.38% -
XYZ 11.09 11.55 12.47 -
YUV 95.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 97 95 95 0 0.02 0.02 0.62 0 0.01 0.38
Hex 61 5F 5F 0 2 2 3E 0 1 26
Octal 141 137 137 0 2 2 76 0 1 46
Binary 1100001 1011111 1011111 0 10 10 111110 0 1 100110

Color Harmonies of #615F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F5F

Black with #615F5F

Text Example


Text Example

White with #615F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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