#615145

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

Shades of Saddle #615145

Tints of Saddle #615145

Color information

#615145 (or 0x615145) is unknown color: approx Saddle. HEX triplet: 61, 51 and 45. RGB value is (97,81,69). Sum of RGB (Red+Green+Blue) = 97+81+69=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615145 is #9EAEBA. Grayscale: #545454. Windows color (decimal): -10399419 or 4542817. OLE color: 4542817.

HSL color Cylindrical-coordinate representation of color #615145: hue angle of 25.71º 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 #615145 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB978169-
CMYK00.160.290.62
HSL25.71º16.87%32.55%-
HSV(B)25.71º28.87%38.04%-
XYZ8.958.866.87-
YUV84.42119.3136.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=39.27%
G=32.79%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97816900.160.290.6225.7116.8732.55
Hex6151450101D3E1a1121
Octal1411211050203576322141
Binary110000110100011000101010000111011111101101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615145; }

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

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

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

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

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

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

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

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