#865A4A

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

Shades of Spicy Mix #865A4A

Tints of Spicy Mix #865A4A

Color information

#865A4A (or 0x865A4A) is unknown color: approx Spicy Mix. HEX triplet: 86, 5A and 4A. RGB value is (134,90,74). Sum of RGB (Red+Green+Blue) = 134+90+74=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #865A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A4A is #79A5B5. Grayscale: #656565. Windows color (decimal): -7972278 or 4872838. OLE color: 4872838.

HSL color Cylindrical-coordinate representation of color #865A4A: hue angle of 16º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #865A4A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1349074-
CMYK00.330.450.47
HSL16º28.85%40.78%-
HSV(B)16º44.78%52.55%-
XYZ14.7212.888.19-
YUV101.33112.58151.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=44.97%
G=30.20%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134907400.330.450.471628.8540.78
Hex865A4A0212D2F101d29
Octal2061321120415557203551
Binary100001101011010100101001000011011011011111000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A4A; }

 p { color: rgb(134,90,74); }

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

<style>
 a { background-color: #865A4A; }

 a { background-color: rgb(134,90,74); }

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

<style>
 span { border-color: #865A4A; }

 span { border-color: rgb(134,90,74); }

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