#63614C

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

Shades of Hemlock #63614C

Tints of Hemlock #63614C

Color information

#63614C (or 0x63614C) is unknown color: approx Hemlock. HEX triplet: 63, 61 and 4C. RGB value is (99,97,76). Sum of RGB (Red+Green+Blue) = 99+97+76=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #63614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63614C is #9C9EB3. Grayscale: #5F5F5F. Windows color (decimal): -10264244 or 5005667. OLE color: 5005667.

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

Color convert

RGB999776-
CMYK00.020.230.61
HSL54.78º13.14%34.31%-
HSV(B)54.78º23.23%38.82%-
XYZ10.7211.728.54-
YUV95.2117.16130.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=36.40%
G=35.66%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99977600.020.230.6154.7813.1434.31
Hex63614C02173D37d22
Octal143141114022775671542
Binary110001111000011001100010101111111011101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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