Html Css Color HEX #8B6158 Spicy Mix

📋 copy color: '#8B6158'

red 139 ◦ green 97 ◦ blue 88

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

Shades of Spicy Mix #8B6158

Tints of Spicy Mix #8B6158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.16%

R = 42.9%
G = 29.94%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B6158 (or 0x8B6158) is known color: Spicy Mix. HEX triplet: 8B, 61 and 58. RGB value is (139,97,88). Sum of RGB (Red+Green+Blue) = 139+97+88=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6158 is #749EA7. Grayscale: #6C6C6C. Windows color (decimal): -7642792 or 5792139. OLE color: 5792139.

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

Color convert

RGB 139 97 88 -
CMYK 0 0.30 0.37 0.45
HSL 10.59º 0.22% 0.45% -
HSV(B) 10.59º 0.37% 0.55% -
XYZ 16.68 14.74 11.2 -
YUV 108.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 139 97 88 0 0.30 0.37 0.45 10.59 0.22 0.45
Hex 8B 61 58 0 1E 25 2D B 16 2D
Octal 213 141 130 0 36 45 55 13 26 55
Binary 10001011 1100001 1011000 0 11110 100101 101101 1011 10110 101101

Color Harmonies of #8B6158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6158

Black with #8B6158

Text Example


Text Example

White with #8B6158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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