#615045

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

Shades of Saddle #615045

Tints of Saddle #615045

Color information

#615045 (or 0x615045) is unknown color: approx Saddle. HEX triplet: 61, 50 and 45. RGB value is (97,80,69). Sum of RGB (Red+Green+Blue) = 97+80+69=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #615045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615045 is #9EAFBA. Grayscale: #535353. Windows color (decimal): -10399675 or 4542561. OLE color: 4542561.

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

Color convert

RGB978069-
CMYK00.180.290.62
HSL23.57º16.87%32.55%-
HSV(B)23.57º28.87%38.04%-
XYZ8.878.716.84-
YUV83.83119.63137.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=39.43%
G=32.52%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97806900.180.290.6223.5716.8732.55
Hex6150450121D3E181121
Octal1411201050223576302141
Binary110000110100001000101010010111011111101100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615045; }

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

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

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

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

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

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

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

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