Html Css Color HEX #635F49 Millbrook

📋 copy color: '#635F49'

red 99 ◦ green 95 ◦ blue 73

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

Shades of Millbrook #635F49

Tints of Millbrook #635F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.58%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 37.08%
G = 35.58%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#635F49 (or 0x635F49) is known color: Millbrook. HEX triplet: 63, 5F and 49. RGB value is (99,95,73). Sum of RGB (Red+Green+Blue) = 99+95+73=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F49 is #9CA0B6. Grayscale: #5D5D5D. Windows color (decimal): -10264759 or 4808547. OLE color: 4808547.

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

Color convert

RGB 99 95 73 -
CMYK 0 0.04 0.26 0.61
HSL 50.77º 0.15% 0.34% -
HSV(B) 50.77º 0.26% 0.39% -
XYZ 10.44 11.32 7.94 -
YUV 93.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 99 95 73 0 0.04 0.26 0.61 50.77 0.15 0.34
Hex 63 5F 49 0 4 1A 3D 33 F 22
Octal 143 137 111 0 4 32 75 63 17 42
Binary 1100011 1011111 1001001 0 100 11010 111101 110011 1111 100010

Color Harmonies of #635F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F49

Black with #635F49

Text Example


Text Example

White with #635F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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