Html Css Color HEX #615B4A Millbrook

📋 copy color: '#615B4A'

red 97 ◦ green 91 ◦ blue 74

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

Shades of Millbrook #615B4A

Tints of Millbrook #615B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

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

R = 37.02%
G = 34.73%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#615B4A (or 0x615B4A) is known color: Millbrook. HEX triplet: 61, 5B and 4A. RGB value is (97,91,74). Sum of RGB (Red+Green+Blue) = 97+91+74=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B4A is #9EA4B5. Grayscale: #5A5A5A. Windows color (decimal): -10396854 or 4873057. OLE color: 4873057.

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

Color convert

RGB 97 91 74 -
CMYK 0 0.06 0.24 0.62
HSL 44.35º 0.13% 0.34% -
HSV(B) 44.35º 0.24% 0.38% -
XYZ 9.91 10.52 7.99 -
YUV 90.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 97 91 74 0 0.06 0.24 0.62 44.35 0.13 0.34
Hex 61 5B 4A 0 6 18 3E 2C D 22
Octal 141 133 112 0 6 30 76 54 15 42
Binary 1100001 1011011 1001010 0 110 11000 111110 101100 1101 100010

Color Harmonies of #615B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B4A

Black with #615B4A

Text Example


Text Example

White with #615B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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