#61614A

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

Shades of Hemlock #61614A

Tints of Hemlock #61614A

Color information

#61614A (or 0x61614A) is unknown color: approx Hemlock. HEX triplet: 61, 61 and 4A. RGB value is (97,97,74). Sum of RGB (Red+Green+Blue) = 97+97+74=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61614A is #9E9EB5. Grayscale: #5E5E5E. Windows color (decimal): -10395318 or 4874593. OLE color: 4874593.

HSL color Cylindrical-coordinate representation of color #61614A: 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.24%. Process color model (Four color, CMYK) of #61614A is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB979774-
CMYK000.240.62
HSL60º13.45%33.53%-
HSV(B)60º23.71%38.04%-
XYZ10.4411.598.16-
YUV94.38116.5129.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=36.19%
G=36.19%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979774000.240.626013.4533.53
Hex61614A00183E3cd22
Octal141141112003076741542
Binary11000011100001100101000110001111101111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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