#63614D

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

Shades of Hemlock #63614D

Tints of Hemlock #63614D

Color information

#63614D (or 0x63614D) is unknown color: approx Hemlock. HEX triplet: 63, 61 and 4D. RGB value is (99,97,77). Sum of RGB (Red+Green+Blue) = 99+97+77=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63614D is #9C9EB2. Grayscale: #5F5F5F. Windows color (decimal): -10264243 or 5071203. OLE color: 5071203.

HSL color Cylindrical-coordinate representation of color #63614D: hue angle of 54.55º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63614D is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB999777-
CMYK00.020.220.61
HSL54.55º12.5%34.51%-
HSV(B)54.55º22.22%38.82%-
XYZ10.7611.748.72-
YUV95.32117.66130.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=36.26%
G=35.53%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99977700.020.220.6154.5512.534.51
Hex63614D02163D37d23
Octal143141115022675671543
Binary110001111000011001101010101101111011101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63614D; }

 p { color: rgb(99,97,77); }

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

<style>
 a { background-color: #63614D; }

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

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

<style>
 span { border-color: #63614D; }

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

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