#61534A

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

Shades of Saddle #61534A

Tints of Saddle #61534A

Color information

#61534A (or 0x61534A) is unknown color: approx Saddle. HEX triplet: 61, 53 and 4A. RGB value is (97,83,74). Sum of RGB (Red+Green+Blue) = 97+83+74=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61534A is #9EACB5. Grayscale: #565656. Windows color (decimal): -10398902 or 4871009. OLE color: 4871009.

HSL color Cylindrical-coordinate representation of color #61534A: hue angle of 23.48º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61534A is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB978374-
CMYK00.140.240.62
HSL23.48º13.45%33.53%-
HSV(B)23.48º23.71%38.04%-
XYZ9.269.227.77-
YUV86.16121.14135.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=38.19%
G=32.68%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97837400.140.240.6223.4813.4533.53
Hex61534A0E183E17d22
Octal1411231120163076271542
Binary1100001101001110010100111011000111110101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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