#866126

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

Shades of Hot Curry #866126

Tints of Hot Curry #866126

Color information

#866126 (or 0x866126) is unknown color: approx Hot Curry. HEX triplet: 86, 61 and 26. RGB value is (134,97,38). Sum of RGB (Red+Green+Blue) = 134+97+38=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #866126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866126 is #799ED9. Grayscale: #656565. Windows color (decimal): -7970522 or 2515334. OLE color: 2515334.

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

Color convert

RGB1349738-
CMYK00.280.720.47
HSL36.88º55.81%33.73%-
HSV(B)36.88º71.64%52.55%-
XYZ14.4613.763.73-
YUV101.3492.26151.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=49.81%
G=36.06%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134973800.280.720.4736.8855.8133.73
Hex86612601C482F253822
Octal2061414603411057457042
Binary1000011011000011001100111001001000101111100101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866126; }

 p { color: rgb(134,97,38); }

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

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

 a { background-color: rgb(134,97,38); }

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

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

 span { border-color: rgb(134,97,38); }

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