Html Css Color HEX #615E4F Millbrook

📋 copy color: '#615E4F'

red 97 ◦ green 94 ◦ blue 79

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

Shades of Millbrook #615E4F

Tints of Millbrook #615E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 35.93%
G = 34.81%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#615E4F (or 0x615E4F) is known color: Millbrook. HEX triplet: 61, 5E and 4F. RGB value is (97,94,79). Sum of RGB (Red+Green+Blue) = 97+94+79=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #615E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E4F is #9EA1B0. Grayscale: #5D5D5D. Windows color (decimal): -10396081 or 5201505. OLE color: 5201505.

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

Color convert

RGB 97 94 79 -
CMYK 0 0.03 0.19 0.62
HSL 50º 0.1% 0.35% -
HSV(B) 50º 0.19% 0.38% -
XYZ 10.34 11.11 9 -
YUV 93.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 97 94 79 0 0.03 0.19 0.62 50 0.1 0.35
Hex 61 5E 4F 0 3 13 3E 32 A 23
Octal 141 136 117 0 3 23 76 62 12 43
Binary 1100001 1011110 1001111 0 11 10011 111110 110010 1010 100011

Color Harmonies of #615E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E4F

Black with #615E4F

Text Example


Text Example

White with #615E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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