Html Css Color HEX #615C45 Millbrook

📋 copy color: '#615C45'

red 97 ◦ green 92 ◦ blue 69

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

Shades of Millbrook #615C45

Tints of Millbrook #615C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.66%

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

R = 37.6%
G = 35.66%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#615C45 (or 0x615C45) is known color: Millbrook. HEX triplet: 61, 5C and 45. RGB value is (97,92,69). Sum of RGB (Red+Green+Blue) = 97+92+69=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #615C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C45 is #9EA3BA. Grayscale: #5A5A5A. Windows color (decimal): -10396603 or 4545633. OLE color: 4545633.

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

Color convert

RGB 97 92 69 -
CMYK 0 0.05 0.29 0.62
HSL 49.29º 0.17% 0.33% -
HSV(B) 49.29º 0.29% 0.38% -
XYZ 9.83 10.63 7.16 -
YUV 90.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 97 92 69 0 0.05 0.29 0.62 49.29 0.17 0.33
Hex 61 5C 45 0 5 1D 3E 31 11 21
Octal 141 134 105 0 5 35 76 61 21 41
Binary 1100001 1011100 1000101 0 101 11101 111110 110001 10001 100001

Color Harmonies of #615C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C45

Black with #615C45

Text Example


Text Example

White with #615C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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