#61604A

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

Shades of Hemlock #61604A

Tints of Hemlock #61604A

Color information

#61604A (or 0x61604A) is unknown color: approx Hemlock. HEX triplet: 61, 60 and 4A. RGB value is (97,96,74). Sum of RGB (Red+Green+Blue) = 97+96+74=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #61604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61604A is #9E9FB5. Grayscale: #5D5D5D. Windows color (decimal): -10395574 or 4874337. OLE color: 4874337.

HSL color Cylindrical-coordinate representation of color #61604A: hue angle of 57.39º 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 #61604A is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB979674-
CMYK00.010.240.62
HSL57.39º13.45%33.53%-
HSV(B)57.39º23.71%38.04%-
XYZ10.3511.48.13-
YUV93.79116.83130.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=36.33%
G=35.96%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97967400.010.240.6257.3913.4533.53
Hex61604A01183E39d22
Octal141140112013076711542
Binary11000011100000100101001110001111101110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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