#635F4F

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

Shades of Millbrook #635F4F

Tints of Millbrook #635F4F

Color information

#635F4F (or 0x635F4F) is unknown color: approx Millbrook. HEX triplet: 63, 5F and 4F. RGB value is (99,95,79). Sum of RGB (Red+Green+Blue) = 99+95+79=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F4F is #9CA0B0. Grayscale: #5E5E5E. Windows color (decimal): -10264753 or 5201763. OLE color: 5201763.

HSL color Cylindrical-coordinate representation of color #635F4F: hue angle of 48º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #635F4F is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB999579-
CMYK00.040.200.61
HSL48º11.24%34.9%-
HSV(B)48º20.2%38.82%-
XYZ10.6511.49.04-
YUV94.37119.33131.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=36.26%
G=34.80%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99957900.040.200.614811.2434.9
Hex635F4F04143D30b23
Octal143137117042475601343
Binary1100011101111110011110100101001111011100001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,95,79); }

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

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

 a { background-color: rgb(99,95,79); }

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

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

 span { border-color: rgb(99,95,79); }

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