Html Css Color HEX #615A46 Millbrook

📋 copy color: '#615A46'

red 97 ◦ green 90 ◦ blue 70

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

Shades of Millbrook #615A46

Tints of Millbrook #615A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.02%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 37.74%
G = 35.02%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#615A46 (or 0x615A46) is known color: Millbrook. HEX triplet: 61, 5A and 46. RGB value is (97,90,70). Sum of RGB (Red+Green+Blue) = 97+90+70=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A46 is #9EA5B9. Grayscale: #595959. Windows color (decimal): -10397114 or 4610657. OLE color: 4610657.

HSL color Cylindrical-coordinate representation of color #615A46: hue angle of 44.44º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #615A46 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 90 70 -
CMYK 0 0.07 0.28 0.62
HSL 44.44º 0.16% 0.33% -
HSV(B) 44.44º 0.28% 0.38% -
XYZ 9.69 10.3 7.27 -
YUV 89.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 97 90 70 0 0.07 0.28 0.62 44.44 0.16 0.33
Hex 61 5A 46 0 7 1C 3E 2C 10 21
Octal 141 132 106 0 7 34 76 54 20 41
Binary 1100001 1011010 1000110 0 111 11100 111110 101100 10000 100001

Color Harmonies of #615A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A46

Black with #615A46

Text Example


Text Example

White with #615A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,90,70); }

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

background-color css

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

 a { background-color: rgb(97,90,70); }

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

border-color css

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

 span { border-color: rgb(97,90,70); }

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