#865613

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

Shades of Hot Curry #865613

Tints of Hot Curry #865613

Color information

#865613 (or 0x865613) is unknown color: approx Hot Curry. HEX triplet: 86, 56 and 13. RGB value is (134,86,19). Sum of RGB (Red+Green+Blue) = 134+86+19=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #865613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865613 is #79A9EC. Grayscale: #5D5D5D. Windows color (decimal): -7973357 or 1267334. OLE color: 1267334.

HSL color Cylindrical-coordinate representation of color #865613: hue angle of 34.96º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #865613 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1348619-
CMYK00.360.860.47
HSL34.96º75.16%30%-
HSV(B)34.96º85.82%52.55%-
XYZ13.2811.772.19-
YUV92.7186.4157.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=56.07%
G=35.98%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134861900.360.860.4734.9675.1630
Hex865613024562F234b1e
Octal20612623044126574311336
Binary1000011010101101001101001001010110101111100011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865613; }

 p { color: rgb(134,86,19); }

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

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

 a { background-color: rgb(134,86,19); }

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

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

 span { border-color: rgb(134,86,19); }

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