#866226

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

Shades of Hot Curry #866226

Tints of Hot Curry #866226

Color information

#866226 (or 0x866226) is unknown color: approx Hot Curry. HEX triplet: 86, 62 and 26. RGB value is (134,98,38). Sum of RGB (Red+Green+Blue) = 134+98+38=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #866226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866226 is #799DD9. Grayscale: #666666. Windows color (decimal): -7970266 or 2515590. OLE color: 2515590.

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

Color convert

RGB1349838-
CMYK00.270.720.47
HSL37.5º55.81%33.73%-
HSV(B)37.5º71.64%52.55%-
XYZ14.5513.943.76-
YUV101.9291.93150.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=49.63%
G=36.30%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134983800.270.720.4737.555.8133.73
Hex86622601B482F263822
Octal2061424603311057467042
Binary1000011011000101001100110111001000101111100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866226; }

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

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

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

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

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

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

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

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