#866326

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

Shades of Hot Curry #866326

Tints of Hot Curry #866326

Color information

#866326 (or 0x866326) is unknown color: approx Hot Curry. HEX triplet: 86, 63 and 26. RGB value is (134,99,38). Sum of RGB (Red+Green+Blue) = 134+99+38=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #866326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866326 is #799CD9. Grayscale: #666666. Windows color (decimal): -7970010 or 2515846. OLE color: 2515846.

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

Color convert

RGB1349938-
CMYK00.260.720.47
HSL38.12º55.81%33.73%-
HSV(B)38.12º71.64%52.55%-
XYZ14.6414.133.79-
YUV102.5191.6150.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=49.45%
G=36.53%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134993800.260.720.4738.1255.8133.73
Hex86632601A482F263822
Octal2061434603211057467042
Binary1000011011000111001100110101001000101111100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866326; }

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

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

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

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

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

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

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

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