Html Css Color HEX #615942 Millbrook

📋 copy color: '#615942'

red 97 ◦ green 89 ◦ blue 66

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

Shades of Millbrook #615942

Tints of Millbrook #615942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 38.49%
G = 35.32%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#615942 (or 0x615942) is known color: Millbrook. HEX triplet: 61, 59 and 42. RGB value is (97,89,66). Sum of RGB (Red+Green+Blue) = 97+89+66=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615942 is #9EA6BD. Grayscale: #585858. Windows color (decimal): -10397374 or 4348257. OLE color: 4348257.

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

Color convert

RGB 97 89 66 -
CMYK 0 0.08 0.32 0.62
HSL 44.52º 0.19% 0.32% -
HSV(B) 44.52º 0.32% 0.38% -
XYZ 9.49 10.08 6.6 -
YUV 88.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 97 89 66 0 0.08 0.32 0.62 44.52 0.19 0.32
Hex 61 59 42 0 8 20 3E 2D 13 20
Octal 141 131 102 0 10 40 76 55 23 40
Binary 1100001 1011001 1000010 0 1000 100000 111110 101101 10011 100000

Color Harmonies of #615942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615942

Black with #615942

Text Example


Text Example

White with #615942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615942; }

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

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

background-color css

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

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

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

border-color css

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

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

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