Html Css Color HEX #615D49 Millbrook

📋 copy color: '#615D49'

red 97 ◦ green 93 ◦ blue 73

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

Shades of Millbrook #615D49

Tints of Millbrook #615D49

RGB

 RED value IS 97 (38.28% from 255) = 36.88%

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

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

R = 36.88%
G = 35.36%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#615D49 (or 0x615D49) is known color: Millbrook. HEX triplet: 61, 5D and 49. RGB value is (97,93,73). Sum of RGB (Red+Green+Blue) = 97+93+73=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D49 is #9EA2B6. Grayscale: #5C5C5C. Windows color (decimal): -10396343 or 4808033. OLE color: 4808033.

HSL color Cylindrical-coordinate representation of color #615D49: hue angle of 50º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615D49 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 93 73 -
CMYK 0 0.04 0.25 0.62
HSL 50º 0.14% 0.33% -
HSV(B) 50º 0.25% 0.38% -
XYZ 10.05 10.85 7.87 -
YUV 91.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 97 93 73 0 0.04 0.25 0.62 50 0.14 0.33
Hex 61 5D 49 0 4 19 3E 32 E 21
Octal 141 135 111 0 4 31 76 62 16 41
Binary 1100001 1011101 1001001 0 100 11001 111110 110010 1110 100001

Color Harmonies of #615D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D49

Black with #615D49

Text Example


Text Example

White with #615D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615D49; }

 p { color: rgb(97,93,73); }

 H1.HeaderClassName
 {
   color: #615D49;
 }
 .AnyTagClassName
 {
   color: #615D49;
 }
</style>

background-color css

<style>
 a { background-color: #615D49; }

 a { background-color: rgb(97,93,73); }

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

border-color css

<style>
 span { border-color: #615D49; }

 span { border-color: rgb(97,93,73); }

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