#61624E

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

Shades of Hemlock #61624E

Tints of Hemlock #61624E

Color information

#61624E (or 0x61624E) is unknown color: approx Hemlock. HEX triplet: 61, 62 and 4E. RGB value is (97,98,78). Sum of RGB (Red+Green+Blue) = 97+98+78=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #61624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61624E is #9E9DB1. Grayscale: #5F5F5F. Windows color (decimal): -10395058 or 5136993. OLE color: 5136993.

HSL color Cylindrical-coordinate representation of color #61624E: hue angle of 63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61624E is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB979878-
CMYK0.0100.200.62
HSL63º11.36%34.51%-
HSV(B)63º20.41%38.43%-
XYZ10.6711.838.93-
YUV95.42118.17129.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=35.53%
G=35.90%
B=28.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798780.0100.200.626311.3634.51
Hex61624E10143E3fb23
Octal141142116102476771343
Binary11000011100010100111010101001111101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61624E; }

 p { color: rgb(97,98,78); }

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

<style>
 a { background-color: #61624E; }

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

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

<style>
 span { border-color: #61624E; }

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

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