Html Css Color HEX #8B6250 Spicy Mix

📋 copy color: '#8B6250'

red 139 ◦ green 98 ◦ blue 80

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

Shades of Spicy Mix #8B6250

Tints of Spicy Mix #8B6250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 43.85%
G = 30.91%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B6250 (or 0x8B6250) is known color: Spicy Mix. HEX triplet: 8B, 62 and 50. RGB value is (139,98,80). Sum of RGB (Red+Green+Blue) = 139+98+80=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6250 is #749DAF. Grayscale: #6C6C6C. Windows color (decimal): -7642544 or 5268107. OLE color: 5268107.

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

Color convert

RGB 139 98 80 -
CMYK 0 0.29 0.42 0.45
HSL 18.31º 0.27% 0.43% -
HSV(B) 18.31º 0.42% 0.55% -
XYZ 16.46 14.8 9.58 -
YUV 108.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 139 98 80 0 0.29 0.42 0.45 18.31 0.27 0.43
Hex 8B 62 50 0 1D 2A 2D 12 1B 2B
Octal 213 142 120 0 35 52 55 22 33 53
Binary 10001011 1100010 1010000 0 11101 101010 101101 10010 11011 101011

Color Harmonies of #8B6250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6250

Black with #8B6250

Text Example


Text Example

White with #8B6250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,98,80); }

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

background-color css

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

 a { background-color: rgb(139,98,80); }

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

border-color css

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

 span { border-color: rgb(139,98,80); }

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