#8B634B

Color #8B634B Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #8B634B

Tints of Spicy Mix #8B634B

Color information

#8B634B (or 0x8B634B) is unknown color: approx Spicy Mix. HEX triplet: 8B, 63 and 4B. RGB value is (139,99,75). Sum of RGB (Red+Green+Blue) = 139+99+75=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B634B is #749CB4. Grayscale: #6C6C6C. Windows color (decimal): -7642293 or 4940683. OLE color: 4940683.

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

Color convert

RGB1399975-
CMYK00.290.460.45
HSL22.5º29.91%41.96%-
HSV(B)22.5º46.04%54.51%-
XYZ16.3814.928.67-
YUV108.22109.25149.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=44.41%
G=31.63%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139997500.290.460.4522.529.9141.96
Hex8B634B01D2E2D161e2a
Octal2131431130355655263652
Binary10001011110001110010110111011011101011011011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B634B;
 }
 .AnyTagClassName
 {
   color: #8B634B;
 }
</style>
background-color css

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

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

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

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

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

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