Html Css Color HEX #8B6149 Spicy Mix

📋 copy color: '#8B6149'

red 139 ◦ green 97 ◦ blue 73

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

Shades of Spicy Mix #8B6149

Tints of Spicy Mix #8B6149

RGB

 RED value IS 139 (54.69% from 255) = 44.98%

 GREEN value IS 97 (38.28% from 255) = 31.39%

 BLUE value IS 73 (28.91% from 255) = 23.62%

R = 44.98%
G = 31.39%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B6149 (or 0x8B6149) is known color: Spicy Mix. HEX triplet: 8B, 61 and 49. RGB value is (139,97,73). Sum of RGB (Red+Green+Blue) = 139+97+73=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6149 is #749EB6. Grayscale: #6A6A6A. Windows color (decimal): -7642807 or 4809099. OLE color: 4809099.

HSL color Cylindrical-coordinate representation of color #8B6149: hue angle of 21.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6149 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 97 73 -
CMYK 0 0.30 0.47 0.45
HSL 21.82º 0.31% 0.42% -
HSV(B) 21.82º 0.47% 0.55% -
XYZ 16.12 14.52 8.26 -
YUV 106.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 139 97 73 0 0.30 0.47 0.45 21.82 0.31 0.42
Hex 8B 61 49 0 1E 2F 2D 16 1F 2A
Octal 213 141 111 0 36 57 55 26 37 52
Binary 10001011 1100001 1001001 0 11110 101111 101101 10110 11111 101010

Color Harmonies of #8B6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6149

Black with #8B6149

Text Example


Text Example

White with #8B6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B6149; }

 p { color: rgb(139,97,73); }

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

background-color css

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

 a { background-color: rgb(139,97,73); }

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

border-color css

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

 span { border-color: rgb(139,97,73); }

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