#61554D

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

Shades of Saddle #61554D

Tints of Saddle #61554D

Color information

#61554D (or 0x61554D) is unknown color: approx Saddle. HEX triplet: 61, 55 and 4D. RGB value is (97,85,77). Sum of RGB (Red+Green+Blue) = 97+85+77=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61554D is #9EAAB2. Grayscale: #575757. Windows color (decimal): -10398387 or 5068129. OLE color: 5068129.

HSL color Cylindrical-coordinate representation of color #61554D: hue angle of 24º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61554D is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB978577-
CMYK00.120.210.62
HSL24º11.49%34.12%-
HSV(B)24º20.62%38.04%-
XYZ9.529.578.37-
YUV87.68121.98134.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=37.45%
G=32.82%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97857700.120.210.622411.4934.12
Hex61554D0C153E18b22
Octal1411251150142576301342
Binary1100001101010110011010110010101111110110001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61554D; }

 p { color: rgb(97,85,77); }

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

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

 a { background-color: rgb(97,85,77); }

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

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

 span { border-color: rgb(97,85,77); }

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