Html Css Color HEX #8B6355 Spicy Mix

📋 copy color: '#8B6355'

red 139 ◦ green 99 ◦ blue 85

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

Shades of Spicy Mix #8B6355

Tints of Spicy Mix #8B6355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 43.03%
G = 30.65%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8B6355 (or 0x8B6355) is known color: Spicy Mix. HEX triplet: 8B, 63 and 55. RGB value is (139,99,85). Sum of RGB (Red+Green+Blue) = 139+99+85=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6355 is #749CAA. Grayscale: #6D6D6D. Windows color (decimal): -7642283 or 5596043. OLE color: 5596043.

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

Color convert

RGB 139 99 85 -
CMYK 0 0.29 0.39 0.45
HSL 15.56º 0.24% 0.44% -
HSV(B) 15.56º 0.39% 0.55% -
XYZ 16.75 15.07 10.62 -
YUV 109.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 139 99 85 0 0.29 0.39 0.45 15.56 0.24 0.44
Hex 8B 63 55 0 1D 27 2D 10 18 2C
Octal 213 143 125 0 35 47 55 20 30 54
Binary 10001011 1100011 1010101 0 11101 100111 101101 10000 11000 101100

Color Harmonies of #8B6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6355

Black with #8B6355

Text Example


Text Example

White with #8B6355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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