Html Css Color HEX #615E50 Millbrook

📋 copy color: '#615E50'

red 97 ◦ green 94 ◦ blue 80

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

Shades of Millbrook #615E50

Tints of Millbrook #615E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

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

R = 35.79%
G = 34.69%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#615E50 (or 0x615E50) is known color: Millbrook. HEX triplet: 61, 5E and 50. RGB value is (97,94,80). Sum of RGB (Red+Green+Blue) = 97+94+80=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #615E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E50 is #9EA1AF. Grayscale: #5D5D5D. Windows color (decimal): -10396080 or 5267041. OLE color: 5267041.

HSL color Cylindrical-coordinate representation of color #615E50: hue angle of 49.41º 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 #615E50 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 94 80 -
CMYK 0 0.03 0.18 0.62
HSL 49.41º 0.1% 0.35% -
HSV(B) 49.41º 0.18% 0.38% -
XYZ 10.38 11.13 9.19 -
YUV 93.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 97 94 80 0 0.03 0.18 0.62 49.41 0.1 0.35
Hex 61 5E 50 0 3 12 3E 31 A 23
Octal 141 136 120 0 3 22 76 61 12 43
Binary 1100001 1011110 1010000 0 11 10010 111110 110001 1010 100011

Color Harmonies of #615E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E50

Black with #615E50

Text Example


Text Example

White with #615E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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