#61534D

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

Shades of Saddle #61534D

Tints of Saddle #61534D

Color information

#61534D (or 0x61534D) is unknown color: approx Saddle. HEX triplet: 61, 53 and 4D. RGB value is (97,83,77). Sum of RGB (Red+Green+Blue) = 97+83+77=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61534D is #9EACB2. Grayscale: #565656. Windows color (decimal): -10398899 or 5067617. OLE color: 5067617.

HSL color Cylindrical-coordinate representation of color #61534D: hue angle of 18º 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 #61534D is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB978377-
CMYK00.140.210.62
HSL18º11.49%34.12%-
HSV(B)18º20.62%38.04%-
XYZ9.369.268.32-
YUV86.5122.64135.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=37.74%
G=32.30%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97837700.140.210.621811.4934.12
Hex61534D0E153E12b22
Octal1411231150162576221342
Binary1100001101001110011010111010101111110100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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