#86652C

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

Shades of Hot Curry #86652C

Tints of Hot Curry #86652C

Color information

#86652C (or 0x86652C) is unknown color: approx Hot Curry. HEX triplet: 86, 65 and 2C. RGB value is (134,101,44). Sum of RGB (Red+Green+Blue) = 134+101+44=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86652C is #799AD3. Grayscale: #686868. Windows color (decimal): -7969492 or 2909574. OLE color: 2909574.

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

Color convert

RGB13410144-
CMYK00.250.670.47
HSL38º50.56%34.9%-
HSV(B)38º67.16%52.55%-
XYZ14.9414.564.41-
YUV104.3793.93149.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=48.03%
G=36.20%
B=15.77%

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
Decimal1341014400.250.670.473850.5634.9
Hex86652C019432F263323
Octal2061455403110357466343
Binary1000011011001011011000110011000011101111100110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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