#635D45

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

Shades of Millbrook #635D45

Tints of Millbrook #635D45

Color information

#635D45 (or 0x635D45) is unknown color: approx Millbrook. HEX triplet: 63, 5D and 45. RGB value is (99,93,69). Sum of RGB (Red+Green+Blue) = 99+93+69=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #635D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D45 is #9CA2BA. Grayscale: #5C5C5C. Windows color (decimal): -10265275 or 4545891. OLE color: 4545891.

HSL color Cylindrical-coordinate representation of color #635D45: hue angle of 48º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #635D45 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB999369-
CMYK00.060.300.61
HSL48º17.86%32.94%-
HSV(B)48º30.3%38.82%-
XYZ10.1310.917.2-
YUV92.06114.99132.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=37.93%
G=35.63%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99936900.060.300.614817.8632.94
Hex635D45061E3D301221
Octal143135105063675602241
Binary11000111011101100010101101111011110111000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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