#635B45

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

Shades of Millbrook #635B45

Tints of Millbrook #635B45

Color information

#635B45 (or 0x635B45) is unknown color: approx Millbrook. HEX triplet: 63, 5B and 45. RGB value is (99,91,69). Sum of RGB (Red+Green+Blue) = 99+91+69=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #635B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B45 is #9CA4BA. Grayscale: #5A5A5A. Windows color (decimal): -10265787 or 4545379. OLE color: 4545379.

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

Color convert

RGB999169-
CMYK00.080.300.61
HSL44º17.86%32.94%-
HSV(B)44º30.3%38.82%-
XYZ9.9610.567.14-
YUV90.88115.65133.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=38.22%
G=35.14%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99916900.080.300.614417.8632.94
Hex635B45081E3D2c1221
Octal1431331050103675542241
Binary110001110110111000101010001111011110110110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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