#866329

Color #866329 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #866329

Tints of Hot Curry #866329

Color information

#866329 (or 0x866329) is unknown color: approx Hot Curry. HEX triplet: 86, 63 and 29. RGB value is (134,99,41). Sum of RGB (Red+Green+Blue) = 134+99+41=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #866329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866329 is #799CD6. Grayscale: #676767. Windows color (decimal): -7970007 or 2712454. OLE color: 2712454.

HSL color Cylindrical-coordinate representation of color #866329: hue angle of 37.42º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #866329 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1349941-
CMYK00.260.690.47
HSL37.42º53.14%34.31%-
HSV(B)37.42º69.4%52.55%-
XYZ14.6914.154.06-
YUV102.8593.1150.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 41 (16.41% from 255) = 14.96%
R=48.91%
G=36.13%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134994100.260.690.4737.4253.1434.31
Hex86632901A452F253522
Octal2061435103210557456542
Binary1000011011000111010010110101000101101111100101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866329; }

 p { color: rgb(134,99,41); }

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

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

 a { background-color: rgb(134,99,41); }

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

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

 span { border-color: rgb(134,99,41); }

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