Html Css Color HEX #615B52 Makara

📋 copy color: '#615B52'

red 97 ◦ green 91 ◦ blue 82

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

Shades of Makara #615B52

Tints of Makara #615B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.7%

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 35.93%
G = 33.7%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#615B52 (or 0x615B52) is known color: Makara. HEX triplet: 61, 5B and 52. RGB value is (97,91,82). Sum of RGB (Red+Green+Blue) = 97+91+82=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #615B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B52 is #9EA4AD. Grayscale: #5B5B5B. Windows color (decimal): -10396846 or 5397345. OLE color: 5397345.

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

Color convert

RGB 97 91 82 -
CMYK 0 0.06 0.15 0.62
HSL 36º 0.08% 0.35% -
HSV(B) 36º 0.15% 0.38% -
XYZ 10.19 10.63 9.5 -
YUV 91.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 97 91 82 0 0.06 0.15 0.62 36 0.08 0.35
Hex 61 5B 52 0 6 F 3E 24 8 23
Octal 141 133 122 0 6 17 76 44 10 43
Binary 1100001 1011011 1010010 0 110 1111 111110 100100 1000 100011

Color Harmonies of #615B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B52

Black with #615B52

Text Example


Text Example

White with #615B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,91,82); }

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

background-color css

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

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

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

border-color css

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

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

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