#61534C

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

Shades of Saddle #61534C

Tints of Saddle #61534C

Color information

#61534C (or 0x61534C) is unknown color: approx Saddle. HEX triplet: 61, 53 and 4C. RGB value is (97,83,76). Sum of RGB (Red+Green+Blue) = 97+83+76=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61534C is #9EACB3. Grayscale: #565656. Windows color (decimal): -10398900 or 5002081. OLE color: 5002081.

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

Color convert

RGB978376-
CMYK00.140.220.62
HSL20º12.14%33.92%-
HSV(B)20º21.65%38.04%-
XYZ9.339.258.13-
YUV86.39122.14135.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=37.89%
G=32.42%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97837600.140.220.622012.1433.92
Hex61534C0E163E14c22
Octal1411231140162676241442
Binary1100001101001110011000111010110111110101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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