#865615

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

Shades of Hot Curry #865615

Tints of Hot Curry #865615

Color information

#865615 (or 0x865615) is unknown color: approx Hot Curry. HEX triplet: 86, 56 and 15. RGB value is (134,86,21). Sum of RGB (Red+Green+Blue) = 134+86+21=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #865615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865615 is #79A9EA. Grayscale: #5D5D5D. Windows color (decimal): -7973355 or 1398406. OLE color: 1398406.

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

Color convert

RGB1348621-
CMYK00.360.840.47
HSL34.51º72.9%30.39%-
HSV(B)34.51º84.33%52.55%-
XYZ13.2911.782.28-
YUV92.9487.4157.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=55.60%
G=35.68%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134862100.360.840.4734.5172.930.39
Hex865615024542F23491e
Octal20612625044124574311136
Binary1000011010101101010101001001010100101111100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865615; }

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

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

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

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

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

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

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

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