#614C45

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

Shades of Saddle #614C45

Tints of Saddle #614C45

Color information

#614C45 (or 0x614C45) is unknown color: approx Saddle. HEX triplet: 61, 4C and 45. RGB value is (97,76,69). Sum of RGB (Red+Green+Blue) = 97+76+69=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #614C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C45 is #9EB3BA. Grayscale: #515151. Windows color (decimal): -10400699 or 4541537. OLE color: 4541537.

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

Color convert

RGB977669-
CMYK00.220.290.62
HSL15º16.87%32.55%-
HSV(B)15º28.87%38.04%-
XYZ8.598.146.75-
YUV81.48120.96139.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=40.08%
G=31.40%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97766900.220.290.621516.8732.55
Hex614C450161D3Ef1121
Octal1411141050263576172141
Binary11000011001100100010101011011101111110111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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