#635e48

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

Shades of Millbrook #635E48

Tints of Millbrook #635E48

Color information

#635E48 (or 0x635E48) is unknown color: approx Millbrook. HEX triplet: 63, 5E and 48. RGB value is (99,94,72). Sum of RGB (Red+Green+Blue) = 99+94+72=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #635E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E48 is #9CA1B7. Grayscale: #5D5D5D. Windows color (decimal): -10265016 or 4742755. OLE color: 4742755.

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

Color convert

RGB999472-
CMYK00.050.270.61
HSL48.89º15.79%33.53%-
HSV(B)48.89º27.27%38.82%-
XYZ10.3211.137.73-
YUV92.99116.16132.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=37.36%
G=35.47%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99947200.050.270.6148.8915.7933.53
Hex635E48051B3D311022
Octal143136110053375612042
Binary11000111011110100100001011101111110111000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635e48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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