#635E49

Color #635E49 Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #635E49

Tints of Millbrook #635E49

Color information

#635E49 (or 0x635E49) is unknown color: approx Millbrook. HEX triplet: 63, 5E and 49. RGB value is (99,94,73). Sum of RGB (Red+Green+Blue) = 99+94+73=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #635E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E49 is #9CA1B6. Grayscale: #5D5D5D. Windows color (decimal): -10265015 or 4808291. OLE color: 4808291.

HSL color Cylindrical-coordinate representation of color #635E49: hue angle of 48.46º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #635E49 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB999473-
CMYK00.050.260.61
HSL48.46º15.12%33.73%-
HSV(B)48.46º26.26%38.82%-
XYZ10.3511.147.91-
YUV93.1116.66132.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=37.22%
G=35.34%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99947300.050.260.6148.4615.1233.73
Hex635E49051A3D30f22
Octal143136111053275601742
Binary1100011101111010010010101110101111011100001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635E49; }

 p { color: rgb(99,94,73); }

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

<style>
 a { background-color: #635E49; }

 a { background-color: rgb(99,94,73); }

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

<style>
 span { border-color: #635E49; }

 span { border-color: rgb(99,94,73); }

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