#61614B

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

Shades of Hemlock #61614B

Tints of Hemlock #61614B

Color information

#61614B (or 0x61614B) is unknown color: approx Hemlock. HEX triplet: 61, 61 and 4B. RGB value is (97,97,75). Sum of RGB (Red+Green+Blue) = 97+97+75=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61614B is #9E9EB4. Grayscale: #5E5E5E. Windows color (decimal): -10395317 or 4940129. OLE color: 4940129.

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

Color convert

RGB979775-
CMYK000.230.62
HSL60º12.79%33.73%-
HSV(B)60º22.68%38.04%-
XYZ10.4711.68.34-
YUV94.49117129.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=36.06%
G=36.06%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979775000.230.626012.7933.73
Hex61614B00173E3cd22
Octal141141113002776741542
Binary11000011100001100101100101111111101111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61614B; }

 p { color: rgb(97,97,75); }

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

<style>
 a { background-color: #61614B; }

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

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

<style>
 span { border-color: #61614B; }

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

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