Html Css Color HEX #615A4C Makara

📋 copy color: '#615A4C'

red 97 ◦ green 90 ◦ blue 76

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

Shades of Makara #615A4C

Tints of Makara #615A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 36.88%
G = 34.22%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#615A4C (or 0x615A4C) is known color: Makara. HEX triplet: 61, 5A and 4C. RGB value is (97,90,76). Sum of RGB (Red+Green+Blue) = 97+90+76=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A4C is #9EA5B3. Grayscale: #5A5A5A. Windows color (decimal): -10397108 or 5003873. OLE color: 5003873.

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

Color convert

RGB 97 90 76 -
CMYK 0 0.07 0.22 0.62
HSL 40º 0.12% 0.34% -
HSV(B) 40º 0.22% 0.38% -
XYZ 9.89 10.38 8.32 -
YUV 90.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 97 90 76 0 0.07 0.22 0.62 40 0.12 0.34
Hex 61 5A 4C 0 7 16 3E 28 C 22
Octal 141 132 114 0 7 26 76 50 14 42
Binary 1100001 1011010 1001100 0 111 10110 111110 101000 1100 100010

Color Harmonies of #615A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A4C

Black with #615A4C

Text Example


Text Example

White with #615A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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