#61493E

Color #61493E Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #61493E

Tints of Saddle #61493E

Color information

#61493E (or 0x61493E) is unknown color: approx 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

RGB977362-
CMYK00.250.360.62
HSL18.86º22.01%31.18%-
HSV(B)18.86º36.08%38.04%-
XYZ8.187.655.6-
YUV78.92118.45140.89-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97736200.250.360.6218.8622.0131.18
Hex61493E019243E13161f
Octal141111760314476232637
Binary11000011001001111110011001100100111110100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>