Html Css Color HEX #615249 Saddle

📋 copy color: '#615249'

red 97 ◦ green 82 ◦ blue 73

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

Shades of Saddle #615249

Tints of Saddle #615249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 38.49%
G = 32.54%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#615249 (or 0x615249) is known color: Saddle. HEX triplet: 61, 52 and 49. RGB value is (97,82,73). Sum of RGB (Red+Green+Blue) = 97+82+73=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615249 is #9EADB6. Grayscale: #555555. Windows color (decimal): -10399159 or 4805217. OLE color: 4805217.

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

Color convert

RGB 97 82 73 -
CMYK 0 0.15 0.25 0.62
HSL 22.5º 0.14% 0.33% -
HSV(B) 22.5º 0.25% 0.38% -
XYZ 9.15 9.06 7.57 -
YUV 85.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 97 82 73 0 0.15 0.25 0.62 22.5 0.14 0.33
Hex 61 52 49 0 F 19 3E 16 E 21
Octal 141 122 111 0 17 31 76 26 16 41
Binary 1100001 1010010 1001001 0 1111 11001 111110 10110 1110 100001

Color Harmonies of #615249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615249

Black with #615249

Text Example


Text Example

White with #615249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615249; }

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

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

background-color css

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

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

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

border-color css

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

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

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