Html Css Color HEX #61493E Saddle

📋 copy color: '#61493E'

red 97 ◦ green 73 ◦ blue 62

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

Shades of Saddle #61493E

Tints of Saddle #61493E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 41.81%
G = 31.47%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61493E (or 0x61493E) is known color: Saddle. HEX triplet: 61, 49 and 3E. RGB value is (97,73,62). Sum of RGB (Red+Green+Blue) = 97+73+62=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #61493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61493E is #9EB6C1. Grayscale: #4E4E4E. Windows color (decimal): -10401474 or 4082017. OLE color: 4082017.

HSL color Cylindrical-coordinate representation of color #61493E: hue angle of 18.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61493E is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 62 -
CMYK 0 0.25 0.36 0.62
HSL 18.86º 0.22% 0.31% -
HSV(B) 18.86º 0.36% 0.38% -
XYZ 8.18 7.65 5.6 -
YUV 78.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 97 73 62 0 0.25 0.36 0.62 18.86 0.22 0.31
Hex 61 49 3E 0 19 24 3E 13 16 1F
Octal 141 111 76 0 31 44 76 23 26 37
Binary 1100001 1001001 111110 0 11001 100100 111110 10011 10110 11111

Color Harmonies of #61493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61493E

Black with #61493E

Text Example


Text Example

White with #61493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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