#635D4A

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

Shades of Millbrook #635D4A

Tints of Millbrook #635D4A

Color information

#635D4A (or 0x635D4A) is unknown color: approx Millbrook. HEX triplet: 63, 5D and 4A. RGB value is (99,93,74). Sum of RGB (Red+Green+Blue) = 99+93+74=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #635D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D4A is #9CA2B5. Grayscale: #5C5C5C. Windows color (decimal): -10265270 or 4873571. OLE color: 4873571.

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

Color convert

RGB999374-
CMYK00.060.250.61
HSL45.6º14.45%33.92%-
HSV(B)45.6º25.25%38.82%-
XYZ10.310.988.05-
YUV92.63117.49132.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=37.22%
G=34.96%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99937400.060.250.6145.614.4533.92
Hex635D4A06193D2ee22
Octal143135112063175561642
Binary1100011101110110010100110110011111011011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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