#614C44

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

Shades of Saddle #614C44

Tints of Saddle #614C44

Color information

#614C44 (or 0x614C44) is unknown color: approx Saddle. HEX triplet: 61, 4C and 44. RGB value is (97,76,68). Sum of RGB (Red+Green+Blue) = 97+76+68=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #614C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C44 is #9EB3BB. Grayscale: #515151. Windows color (decimal): -10400700 or 4476001. OLE color: 4476001.

HSL color Cylindrical-coordinate representation of color #614C44: hue angle of 16.55º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614C44 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB977668-
CMYK00.220.300.62
HSL16.55º17.58%32.35%-
HSV(B)16.55º29.9%38.04%-
XYZ8.568.136.59-
YUV81.37120.46139.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=40.25%
G=31.54%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97766800.220.300.6216.5517.5832.35
Hex614C440161E3E111220
Octal1411141040263676212240
Binary110000110011001000100010110111101111101000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614C44; }

 p { color: rgb(97,76,68); }

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

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

 a { background-color: rgb(97,76,68); }

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

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

 span { border-color: rgb(97,76,68); }

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