#635E4D

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

Shades of Millbrook #635E4D

Tints of Millbrook #635E4D

Color information

#635E4D (or 0x635E4D) is unknown color: approx Millbrook. HEX triplet: 63, 5E and 4D. RGB value is (99,94,77). Sum of RGB (Red+Green+Blue) = 99+94+77=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E4D is #9CA1B2. Grayscale: #5D5D5D. Windows color (decimal): -10265011 or 5070435. OLE color: 5070435.

HSL color Cylindrical-coordinate representation of color #635E4D: hue angle of 46.36º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #635E4D is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB999477-
CMYK00.050.220.61
HSL46.36º12.5%34.51%-
HSV(B)46.36º22.22%38.82%-
XYZ10.4911.198.63-
YUV93.56118.66131.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=36.67%
G=34.81%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99947700.050.220.6146.3612.534.51
Hex635E4D05163D2ed23
Octal143136115052675561543
Binary1100011101111010011010101101101111011011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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