Html Css Color HEX #615B48 Millbrook

📋 copy color: '#615B48'

red 97 ◦ green 91 ◦ blue 72

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

Shades of Millbrook #615B48

Tints of Millbrook #615B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 37.31%
G = 35%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#615B48 (or 0x615B48) is known color: Millbrook. HEX triplet: 61, 5B and 48. RGB value is (97,91,72). Sum of RGB (Red+Green+Blue) = 97+91+72=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #615B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B48 is #9EA4B7. Grayscale: #5A5A5A. Windows color (decimal): -10396856 or 4741985. OLE color: 4741985.

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

Color convert

RGB 97 91 72 -
CMYK 0 0.06 0.26 0.62
HSL 45.6º 0.15% 0.33% -
HSV(B) 45.6º 0.26% 0.38% -
XYZ 9.84 10.49 7.64 -
YUV 90.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 97 91 72 0 0.06 0.26 0.62 45.6 0.15 0.33
Hex 61 5B 48 0 6 1A 3E 2E F 21
Octal 141 133 110 0 6 32 76 56 17 41
Binary 1100001 1011011 1001000 0 110 11010 111110 101110 1111 100001

Color Harmonies of #615B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B48

Black with #615B48

Text Example


Text Example

White with #615B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,91,72); }

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

background-color css

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

 a { background-color: rgb(97,91,72); }

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

border-color css

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

 span { border-color: rgb(97,91,72); }

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