#63614F

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

Shades of Hemlock #63614F

Tints of Hemlock #63614F

Color information

#63614F (or 0x63614F) is unknown color: approx Hemlock. HEX triplet: 63, 61 and 4F. RGB value is (99,97,79). Sum of RGB (Red+Green+Blue) = 99+97+79=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63614F is #9C9EB0. Grayscale: #5F5F5F. Windows color (decimal): -10264241 or 5202275. OLE color: 5202275.

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

Color convert

RGB999779-
CMYK00.020.200.61
HSL54º11.24%34.9%-
HSV(B)54º20.2%38.82%-
XYZ10.8311.779.1-
YUV95.55118.66130.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=36%
G=35.27%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99977900.020.200.615411.2434.9
Hex63614F02143D36b23
Octal143141117022475661343
Binary110001111000011001111010101001111011101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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