#635D49

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

Shades of Millbrook #635D49

Tints of Millbrook #635D49

Color information

#635D49 (or 0x635D49) is unknown color: approx Millbrook. HEX triplet: 63, 5D and 49. RGB value is (99,93,73). Sum of RGB (Red+Green+Blue) = 99+93+73=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #635D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D49 is #9CA2B6. Grayscale: #5C5C5C. Windows color (decimal): -10265271 or 4808035. OLE color: 4808035.

HSL color Cylindrical-coordinate representation of color #635D49: hue angle of 46.15º 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 #635D49 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB999373-
CMYK00.060.260.61
HSL46.15º15.12%33.73%-
HSV(B)46.15º26.26%38.82%-
XYZ10.2610.967.88-
YUV92.51116.99132.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=37.36%
G=35.09%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99937300.060.260.6146.1515.1233.73
Hex635D49061A3D2ef22
Octal143135111063275561742
Binary1100011101110110010010110110101111011011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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