#614941

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

Shades of Saddle #614941

Tints of Saddle #614941

Color information

#614941 (or 0x614941) is unknown color: approx Saddle. HEX triplet: 61, 49 and 41. RGB value is (97,73,65). Sum of RGB (Red+Green+Blue) = 97+73+65=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #614941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614941 is #9EB6BE. Grayscale: #4F4F4F. Windows color (decimal): -10401471 or 4278625. OLE color: 4278625.

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

Color convert

RGB977365-
CMYK00.250.330.62
HSL15º19.75%31.76%-
HSV(B)15º32.99%38.04%-
XYZ8.277.696.05-
YUV79.26119.95140.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=41.28%
G=31.06%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97736500.250.330.621519.7531.76
Hex614941019213Ef1420
Octal1411111010314176172440
Binary110000110010011000001011001100001111110111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614941; }

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

 H1.HeaderClassName
 {
   color: #614941;
 }
 .AnyTagClassName
 {
   color: #614941;
 }
</style>
background-color css

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

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

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

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

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

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