#614C41

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

Shades of Saddle #614C41

Tints of Saddle #614C41

Color information

#614C41 (or 0x614C41) is unknown color: approx Saddle. HEX triplet: 61, 4C and 41. RGB value is (97,76,65). Sum of RGB (Red+Green+Blue) = 97+76+65=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #614C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C41 is #9EB3BE. Grayscale: #515151. Windows color (decimal): -10400703 or 4279393. OLE color: 4279393.

HSL color Cylindrical-coordinate representation of color #614C41: hue angle of 20.63º 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 #614C41 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB977665-
CMYK00.220.330.62
HSL20.63º19.75%31.76%-
HSV(B)20.63º32.99%38.04%-
XYZ8.478.096.12-
YUV81.02118.96139.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 65 (25.78% from 255) = 27.31%
R=40.76%
G=31.93%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97766500.220.330.6220.6319.7531.76
Hex614C41016213E151420
Octal1411141010264176252440
Binary1100001100110010000010101101000011111101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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