#86622c

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

Shades of Hot Curry #86622C

Tints of Hot Curry #86622C

Color information

#86622C (or 0x86622C) is unknown color: approx Hot Curry. HEX triplet: 86, 62 and 2C. RGB value is (134,98,44). Sum of RGB (Red+Green+Blue) = 134+98+44=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86622C is #799DD3. Grayscale: #666666. Windows color (decimal): -7970260 or 2908806. OLE color: 2908806.

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

Color convert

RGB1349844-
CMYK00.270.670.47
HSL36º50.56%34.9%-
HSV(B)36º67.16%52.55%-
XYZ14.6513.994.31-
YUV102.6194.93150.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=48.55%
G=35.51%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134984400.270.670.473650.5634.9
Hex86622C01B432F243323
Octal2061425403310357446343
Binary1000011011000101011000110111000011101111100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86622c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86622c; }

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

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

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

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

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

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

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

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