Html Css Color HEX #615A45 Millbrook

📋 copy color: '#615A45'

red 97 ◦ green 90 ◦ blue 69

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

Shades of Millbrook #615A45

Tints of Millbrook #615A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.95%

R = 37.89%
G = 35.16%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#615A45 (or 0x615A45) is known color: Millbrook. HEX triplet: 61, 5A and 45. RGB value is (97,90,69). Sum of RGB (Red+Green+Blue) = 97+90+69=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #615A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A45 is #9EA5BA. Grayscale: #595959. Windows color (decimal): -10397115 or 4545121. OLE color: 4545121.

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

Color convert

RGB 97 90 69 -
CMYK 0 0.07 0.29 0.62
HSL 45º 0.17% 0.33% -
HSV(B) 45º 0.29% 0.38% -
XYZ 9.66 10.28 7.11 -
YUV 89.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 97 90 69 0 0.07 0.29 0.62 45 0.17 0.33
Hex 61 5A 45 0 7 1D 3E 2D 11 21
Octal 141 132 105 0 7 35 76 55 21 41
Binary 1100001 1011010 1000101 0 111 11101 111110 101101 10001 100001

Color Harmonies of #615A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A45

Black with #615A45

Text Example


Text Example

White with #615A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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