#635D48

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

Shades of Millbrook #635D48

Tints of Millbrook #635D48

Color information

#635D48 (or 0x635D48) is unknown color: approx Millbrook. HEX triplet: 63, 5D and 48. RGB value is (99,93,72). Sum of RGB (Red+Green+Blue) = 99+93+72=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #635D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D48 is #9CA2B7. Grayscale: #5C5C5C. Windows color (decimal): -10265272 or 4742499. OLE color: 4742499.

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

Color convert

RGB999372-
CMYK00.060.270.61
HSL46.67º15.79%33.53%-
HSV(B)46.67º27.27%38.82%-
XYZ10.2310.957.71-
YUV92.4116.49132.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=37.5%
G=35.23%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99937200.060.270.6146.6715.7933.53
Hex635D48061B3D2f1022
Octal143135110063375572042
Binary11000111011101100100001101101111110110111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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