#86642C

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

Shades of Hot Curry #86642C

Tints of Hot Curry #86642C

Color information

#86642C (or 0x86642C) is unknown color: approx Hot Curry. HEX triplet: 86, 64 and 2C. RGB value is (134,100,44). Sum of RGB (Red+Green+Blue) = 134+100+44=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86642C is #799BD3. Grayscale: #686868. Windows color (decimal): -7969748 or 2909318. OLE color: 2909318.

HSL color Cylindrical-coordinate representation of color #86642C: hue angle of 37.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86642C is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13410044-
CMYK00.250.670.47
HSL37.33º50.56%34.9%-
HSV(B)37.33º67.16%52.55%-
XYZ14.8414.364.37-
YUV103.7894.26149.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 44 (17.58% from 255) = 15.83%
R=48.20%
G=35.97%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341004400.250.670.4737.3350.5634.9
Hex86642C019432F253323
Octal2061445403110357456343
Binary1000011011001001011000110011000011101111100101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86642C; }

 p { color: rgb(134,100,44); }

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

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

 a { background-color: rgb(134,100,44); }

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

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

 span { border-color: rgb(134,100,44); }

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