Html Css Color HEX #8B6354 Spicy Mix

📋 copy color: '#8B6354'

red 139 ◦ green 99 ◦ blue 84

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

Shades of Spicy Mix #8B6354

Tints of Spicy Mix #8B6354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 43.17%
G = 30.75%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B6354 (or 0x8B6354) is known color: Spicy Mix. HEX triplet: 8B, 63 and 54. RGB value is (139,99,84). Sum of RGB (Red+Green+Blue) = 139+99+84=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6354 is #749CAB. Grayscale: #6D6D6D. Windows color (decimal): -7642284 or 5530507. OLE color: 5530507.

HSL color Cylindrical-coordinate representation of color #8B6354: hue angle of 16.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6354 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 99 84 -
CMYK 0 0.29 0.40 0.45
HSL 16.36º 0.25% 0.44% -
HSV(B) 16.36º 0.4% 0.55% -
XYZ 16.71 15.05 10.41 -
YUV 109.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 139 99 84 0 0.29 0.40 0.45 16.36 0.25 0.44
Hex 8B 63 54 0 1D 28 2D 10 19 2C
Octal 213 143 124 0 35 50 55 20 31 54
Binary 10001011 1100011 1010100 0 11101 101000 101101 10000 11001 101100

Color Harmonies of #8B6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6354

Black with #8B6354

Text Example


Text Example

White with #8B6354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,99,84); }

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

background-color css

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

 a { background-color: rgb(139,99,84); }

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

border-color css

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

 span { border-color: rgb(139,99,84); }

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