Html Css Color HEX #615A4B Masala

📋 copy color: '#615A4B'

red 97 ◦ green 90 ◦ blue 75

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

Shades of Masala #615A4B

Tints of Masala #615A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 37.02%
G = 34.35%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#615A4B (or 0x615A4B) is known color: Masala. HEX triplet: 61, 5A and 4B. RGB value is (97,90,75). Sum of RGB (Red+Green+Blue) = 97+90+75=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A4B is #9EA5B4. Grayscale: #5A5A5A. Windows color (decimal): -10397109 or 4938337. OLE color: 4938337.

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

Color convert

RGB 97 90 75 -
CMYK 0 0.07 0.23 0.62
HSL 40.91º 0.13% 0.34% -
HSV(B) 40.91º 0.23% 0.38% -
XYZ 9.86 10.36 8.14 -
YUV 90.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 97 90 75 0 0.07 0.23 0.62 40.91 0.13 0.34
Hex 61 5A 4B 0 7 17 3E 29 D 22
Octal 141 132 113 0 7 27 76 51 15 42
Binary 1100001 1011010 1001011 0 111 10111 111110 101001 1101 100010

Color Harmonies of #615A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A4B

Black with #615A4B

Text Example


Text Example

White with #615A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,90,75); }

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

background-color css

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

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

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

border-color css

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

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

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