Html Css Color HEX #635E48 Millbrook

📋 copy color: '#635E48'

red 99 ◦ green 94 ◦ blue 72

#635E48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #635E48

Tints of Millbrook #635E48

RGB

 RED value IS 99 (39.06% from 255) = 37.36%

 GREEN value IS 94 (37.11% from 255) = 35.47%

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 37.36%
G = 35.47%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#635E48 (or 0x635E48) is known color: Millbrook. HEX triplet: 63, 5E and 48. RGB value is (99,94,72). Sum of RGB (Red+Green+Blue) = 99+94+72=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #635E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E48 is #9CA1B7. Grayscale: #5D5D5D. Windows color (decimal): -10265016 or 4742755. OLE color: 4742755.

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

Color convert

RGB 99 94 72 -
CMYK 0 0.05 0.27 0.61
HSL 48.89º 0.16% 0.34% -
HSV(B) 48.89º 0.27% 0.39% -
XYZ 10.32 11.13 7.73 -
YUV 92.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 99 94 72 0 0.05 0.27 0.61 48.89 0.16 0.34
Hex 63 5E 48 0 5 1B 3D 31 10 22
Octal 143 136 110 0 5 33 75 61 20 42
Binary 1100011 1011110 1001000 0 101 11011 111101 110001 10000 100010

Color Harmonies of #635E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E48

Black with #635E48

Text Example


Text Example

White with #635E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #635E48;
 }
 .AnyTagClassName
 {
   color: #635E48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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