Html Css Color HEX #615A40 Millbrook

📋 copy color: '#615A40'

red 97 ◦ green 90 ◦ blue 64

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

Shades of Millbrook #615A40

Tints of Millbrook #615A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 38.65%
G = 35.86%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#615A40 (or 0x615A40) is known color: Millbrook. HEX triplet: 61, 5A and 40. RGB value is (97,90,64). Sum of RGB (Red+Green+Blue) = 97+90+64=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #615A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A40 is #9EA5BF. Grayscale: #595959. Windows color (decimal): -10397120 or 4217441. OLE color: 4217441.

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

Color convert

RGB 97 90 64 -
CMYK 0 0.07 0.34 0.62
HSL 47.27º 0.2% 0.32% -
HSV(B) 47.27º 0.34% 0.38% -
XYZ 9.51 10.22 6.32 -
YUV 89.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 97 90 64 0 0.07 0.34 0.62 47.27 0.2 0.32
Hex 61 5A 40 0 7 22 3E 2F 14 20
Octal 141 132 100 0 7 42 76 57 24 40
Binary 1100001 1011010 1000000 0 111 100010 111110 101111 10100 100000

Color Harmonies of #615A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A40

Black with #615A40

Text Example


Text Example

White with #615A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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