#866224

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

Shades of Hot Curry #866224

Tints of Hot Curry #866224

Color information

#866224 (or 0x866224) is unknown color: approx Hot Curry. HEX triplet: 86, 62 and 24. RGB value is (134,98,36). Sum of RGB (Red+Green+Blue) = 134+98+36=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #866224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866224 is #799DDB. Grayscale: #656565. Windows color (decimal): -7970268 or 2384518. OLE color: 2384518.

HSL color Cylindrical-coordinate representation of color #866224: hue angle of 37.96º 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 #866224 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1349836-
CMYK00.270.730.47
HSL37.96º57.65%33.33%-
HSV(B)37.96º73.13%52.55%-
XYZ14.5213.933.59-
YUV101.790.93151.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 36 (14.45% from 255) = 13.43%
R=50%
G=36.57%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134983600.270.730.4737.9657.6533.33
Hex86622401B492F263a21
Octal2061424403311157467241
Binary1000011011000101001000110111001001101111100110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866224; }

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

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

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

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

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

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

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

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