#866024

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

Shades of Hot Curry #866024

Tints of Hot Curry #866024

Color information

#866024 (or 0x866024) is unknown color: approx Hot Curry. HEX triplet: 86, 60 and 24. RGB value is (134,96,36). Sum of RGB (Red+Green+Blue) = 134+96+36=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #866024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866024 is #799FDB. Grayscale: #646464. Windows color (decimal): -7970780 or 2384006. OLE color: 2384006.

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

Color convert

RGB1349636-
CMYK00.280.730.47
HSL36.73º57.65%33.33%-
HSV(B)36.73º73.13%52.55%-
XYZ14.3313.563.53-
YUV100.5291.59151.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 36 (14.45% from 255) = 13.53%
R=50.38%
G=36.09%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134963600.280.730.4736.7357.6533.33
Hex86602401C492F253a21
Octal2061404403411157457241
Binary1000011011000001001000111001001001101111100101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866024; }

 p { color: rgb(134,96,36); }

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

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

 a { background-color: rgb(134,96,36); }

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

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

 span { border-color: rgb(134,96,36); }

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