Html Css Color HEX #61594F Makara

📋 copy color: '#61594F'

red 97 ◦ green 89 ◦ blue 79

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

Shades of Makara #61594F

Tints of Makara #61594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 36.6%
G = 33.58%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61594F (or 0x61594F) is known color: Makara. HEX triplet: 61, 59 and 4F. RGB value is (97,89,79). Sum of RGB (Red+Green+Blue) = 97+89+79=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #61594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61594F is #9EA6B0. Grayscale: #5A5A5A. Windows color (decimal): -10397361 or 5200225. OLE color: 5200225.

HSL color Cylindrical-coordinate representation of color #61594F: hue angle of 33.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61594F is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 89 79 -
CMYK 0 0.08 0.19 0.62
HSL 33.33º 0.1% 0.35% -
HSV(B) 33.33º 0.19% 0.38% -
XYZ 9.91 10.25 8.85 -
YUV 90.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 97 89 79 0 0.08 0.19 0.62 33.33 0.1 0.35
Hex 61 59 4F 0 8 13 3E 21 A 23
Octal 141 131 117 0 10 23 76 41 12 43
Binary 1100001 1011001 1001111 0 1000 10011 111110 100001 1010 100011

Color Harmonies of #61594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61594F

Black with #61594F

Text Example


Text Example

White with #61594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61594F; }

 p { color: rgb(97,89,79); }

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

background-color css

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

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

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

border-color css

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

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

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