Html Css Color HEX #635D45 Millbrook

📋 copy color: '#635D45'

red 99 ◦ green 93 ◦ blue 69

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

Shades of Millbrook #635D45

Tints of Millbrook #635D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.63%

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 37.93%
G = 35.63%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#635D45 (or 0x635D45) is known color: Millbrook. HEX triplet: 63, 5D and 45. RGB value is (99,93,69). Sum of RGB (Red+Green+Blue) = 99+93+69=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #635D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D45 is #9CA2BA. Grayscale: #5C5C5C. Windows color (decimal): -10265275 or 4545891. OLE color: 4545891.

HSL color Cylindrical-coordinate representation of color #635D45: hue angle of 48º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #635D45 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 93 69 -
CMYK 0 0.06 0.30 0.61
HSL 48º 0.18% 0.33% -
HSV(B) 48º 0.3% 0.39% -
XYZ 10.13 10.91 7.2 -
YUV 92.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 99 93 69 0 0.06 0.30 0.61 48 0.18 0.33
Hex 63 5D 45 0 6 1E 3D 30 12 21
Octal 143 135 105 0 6 36 75 60 22 41
Binary 1100011 1011101 1000101 0 110 11110 111101 110000 10010 100001

Color Harmonies of #635D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635D45

Black with #635D45

Text Example


Text Example

White with #635D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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