#61604F

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

Shades of Hemlock #61604F

Tints of Hemlock #61604F

Color information

#61604F (or 0x61604F) is unknown color: approx Hemlock. HEX triplet: 61, 60 and 4F. RGB value is (97,96,79). Sum of RGB (Red+Green+Blue) = 97+96+79=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #61604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61604F is #9E9FB0. Grayscale: #5E5E5E. Windows color (decimal): -10395569 or 5202017. OLE color: 5202017.

HSL color Cylindrical-coordinate representation of color #61604F: hue angle of 56.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61604F is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB979679-
CMYK00.010.190.62
HSL56.67º10.23%34.51%-
HSV(B)56.67º18.56%38.04%-
XYZ10.5211.479.06-
YUV94.36119.33129.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=35.66%
G=35.29%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97967900.010.190.6256.6710.2334.51
Hex61604F01133E39a23
Octal141140117012376711243
Binary11000011100000100111101100111111101110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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