#614940

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

Shades of Saddle #614940

Tints of Saddle #614940

Color information

#614940 (or 0x614940) is unknown color: approx Saddle. HEX triplet: 61, 49 and 40. RGB value is (97,73,64). Sum of RGB (Red+Green+Blue) = 97+73+64=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614940 is #9EB6BF. Grayscale: #4F4F4F. Windows color (decimal): -10401472 or 4213089. OLE color: 4213089.

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

Color convert

RGB977364-
CMYK00.250.340.62
HSL16.36º20.5%31.57%-
HSV(B)16.36º34.02%38.04%-
XYZ8.247.685.9-
YUV79.15119.45140.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=41.45%
G=31.20%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97736400.250.340.6216.3620.531.57
Hex614940019223E101420
Octal1411111000314276202440
Binary1100001100100110000000110011000101111101000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614940; }

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

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

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

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

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

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

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

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