#86622B

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

Shades of Hot Curry #86622B

Tints of Hot Curry #86622B

Color information

#86622B (or 0x86622B) is unknown color: approx Hot Curry. HEX triplet: 86, 62 and 2B. RGB value is (134,98,43). Sum of RGB (Red+Green+Blue) = 134+98+43=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86622B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86622B is #799DD4. Grayscale: #666666. Windows color (decimal): -7970261 or 2843270. OLE color: 2843270.

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

Color convert

RGB1349843-
CMYK00.270.680.47
HSL36.26º51.41%34.71%-
HSV(B)36.26º67.91%52.55%-
XYZ14.6413.984.21-
YUV102.4994.43150.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=48.73%
G=35.64%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134984300.270.680.4736.2651.4134.71
Hex86622B01B442F243323
Octal2061425303310457446343
Binary1000011011000101010110110111000100101111100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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