Html Css Color HEX #615D50 Millbrook

📋 copy color: '#615D50'

red 97 ◦ green 93 ◦ blue 80

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

Shades of Millbrook #615D50

Tints of Millbrook #615D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 35.93%
G = 34.44%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#615D50 (or 0x615D50) is known color: Millbrook. HEX triplet: 61, 5D and 50. RGB value is (97,93,80). Sum of RGB (Red+Green+Blue) = 97+93+80=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #615D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D50 is #9EA2AF. Grayscale: #5C5C5C. Windows color (decimal): -10396336 or 5266785. OLE color: 5266785.

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

Color convert

RGB 97 93 80 -
CMYK 0 0.04 0.18 0.62
HSL 45.88º 0.1% 0.35% -
HSV(B) 45.88º 0.18% 0.38% -
XYZ 10.29 10.95 9.16 -
YUV 92.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 97 93 80 0 0.04 0.18 0.62 45.88 0.1 0.35
Hex 61 5D 50 0 4 12 3E 2E A 23
Octal 141 135 120 0 4 22 76 56 12 43
Binary 1100001 1011101 1010000 0 100 10010 111110 101110 1010 100011

Color Harmonies of #615D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D50

Black with #615D50

Text Example


Text Example

White with #615D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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