#63604A

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

Shades of Hemlock #63604A

Tints of Hemlock #63604A

Color information

#63604A (or 0x63604A) is unknown color: approx Hemlock. HEX triplet: 63, 60 and 4A. RGB value is (99,96,74). Sum of RGB (Red+Green+Blue) = 99+96+74=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #63604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63604A is #9C9FB5. Grayscale: #5E5E5E. Windows color (decimal): -10264502 or 4874339. OLE color: 4874339.

HSL color Cylindrical-coordinate representation of color #63604A: hue angle of 52.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63604A is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB999674-
CMYK00.030.250.61
HSL52.8º14.45%33.92%-
HSV(B)52.8º25.25%38.82%-
XYZ10.5611.518.14-
YUV94.39116.49131.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=36.80%
G=35.69%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99967400.030.250.6152.814.4533.92
Hex63604A03193D35e22
Octal143140112033175651642
Binary110001111000001001010011110011111011101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,96,74); }

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

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

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

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

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

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

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