#635C45

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

Shades of Millbrook #635C45

Tints of Millbrook #635C45

Color information

#635C45 (or 0x635C45) is unknown color: approx Millbrook. HEX triplet: 63, 5C and 45. RGB value is (99,92,69). Sum of RGB (Red+Green+Blue) = 99+92+69=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #635C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C45 is #9CA3BA. Grayscale: #5B5B5B. Windows color (decimal): -10265531 or 4545635. OLE color: 4545635.

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

Color convert

RGB999269-
CMYK00.070.300.61
HSL46º17.86%32.94%-
HSV(B)46º30.3%38.82%-
XYZ10.0510.747.17-
YUV91.47115.32133.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=38.08%
G=35.38%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99926900.070.300.614617.8632.94
Hex635C45071E3D2e1221
Octal143134105073675562241
Binary11000111011100100010101111111011110110111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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