Html Css Color HEX #615E4A Millbrook

📋 copy color: '#615E4A'

red 97 ◦ green 94 ◦ blue 74

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

Shades of Millbrook #615E4A

Tints of Millbrook #615E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 36.6%
G = 35.47%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#615E4A (or 0x615E4A) is known color: Millbrook. HEX triplet: 61, 5E and 4A. RGB value is (97,94,74). Sum of RGB (Red+Green+Blue) = 97+94+74=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E4A is #9EA1B5. Grayscale: #5C5C5C. Windows color (decimal): -10396086 or 4873825. OLE color: 4873825.

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

Color convert

RGB 97 94 74 -
CMYK 0 0.03 0.24 0.62
HSL 52.17º 0.13% 0.34% -
HSV(B) 52.17º 0.24% 0.38% -
XYZ 10.17 11.04 8.07 -
YUV 92.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 97 94 74 0 0.03 0.24 0.62 52.17 0.13 0.34
Hex 61 5E 4A 0 3 18 3E 34 D 22
Octal 141 136 112 0 3 30 76 64 15 42
Binary 1100001 1011110 1001010 0 11 11000 111110 110100 1101 100010

Color Harmonies of #615E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E4A

Black with #615E4A

Text Example


Text Example

White with #615E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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