Html Css Color HEX #615945 Millbrook

📋 copy color: '#615945'

red 97 ◦ green 89 ◦ blue 69

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

Shades of Millbrook #615945

Tints of Millbrook #615945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 38.04%
G = 34.9%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#615945 (or 0x615945) is known color: Millbrook. HEX triplet: 61, 59 and 45. RGB value is (97,89,69). Sum of RGB (Red+Green+Blue) = 97+89+69=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #615945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615945 is #9EA6BA. Grayscale: #595959. Windows color (decimal): -10397371 or 4544865. OLE color: 4544865.

HSL color Cylindrical-coordinate representation of color #615945: hue angle of 42.86º 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 #615945 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 89 69 -
CMYK 0 0.08 0.29 0.62
HSL 42.86º 0.17% 0.33% -
HSV(B) 42.86º 0.29% 0.38% -
XYZ 9.58 10.12 7.08 -
YUV 89.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 97 89 69 0 0.08 0.29 0.62 42.86 0.17 0.33
Hex 61 59 45 0 8 1D 3E 2B 11 21
Octal 141 131 105 0 10 35 76 53 21 41
Binary 1100001 1011001 1000101 0 1000 11101 111110 101011 10001 100001

Color Harmonies of #615945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615945

Black with #615945

Text Example


Text Example

White with #615945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615945; }

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

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

background-color css

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

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

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

border-color css

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

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

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