Html Css Color HEX #635A3F Millbrook

📋 copy color: '#635A3F'

red 99 ◦ green 90 ◦ blue 63

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

Shades of Millbrook #635A3F

Tints of Millbrook #635A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 63 (25% from 255) = 25%

R = 39.29%
G = 35.71%
B = 25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#635A3F (or 0x635A3F) is known color: Millbrook. HEX triplet: 63, 5A and 3F. RGB value is (99,90,63). Sum of RGB (Red+Green+Blue) = 99+90+63=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #635A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A3F is #9CA5C0. Grayscale: #595959. Windows color (decimal): -10266049 or 4151907. OLE color: 4151907.

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

Color convert

RGB 99 90 63 -
CMYK 0 0.09 0.36 0.61
HSL 45º 0.22% 0.32% -
HSV(B) 45º 0.36% 0.39% -
XYZ 9.7 10.32 6.18 -
YUV 89.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 99 90 63 0 0.09 0.36 0.61 45 0.22 0.32
Hex 63 5A 3F 0 9 24 3D 2D 16 20
Octal 143 132 77 0 11 44 75 55 26 40
Binary 1100011 1011010 111111 0 1001 100100 111101 101101 10110 100000

Color Harmonies of #635A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A3F

Black with #635A3F

Text Example


Text Example

White with #635A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,90,63); }

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

background-color css

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

 a { background-color: rgb(99,90,63); }

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

border-color css

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

 span { border-color: rgb(99,90,63); }

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