#614F48

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

Shades of Saddle #614F48

Tints of Saddle #614F48

Color information

#614F48 (or 0x614F48) is unknown color: approx Saddle. HEX triplet: 61, 4F and 48. RGB value is (97,79,72). Sum of RGB (Red+Green+Blue) = 97+79+72=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F48 is #9EB0B7. Grayscale: #535353. Windows color (decimal): -10399928 or 4738913. OLE color: 4738913.

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

Color convert

RGB977972-
CMYK00.190.260.62
HSL16.8º14.79%33.14%-
HSV(B)16.8º25.77%38.04%-
XYZ8.98.67.32-
YUV83.58121.46137.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=39.11%
G=31.85%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97797200.190.260.6216.814.7933.14
Hex614F480131A3E11f21
Octal1411171100233276211741
Binary11000011001111100100001001111010111110100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,72); }

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

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

 a { background-color: rgb(97,79,72); }

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

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

 span { border-color: rgb(97,79,72); }

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