#865616

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

Shades of Hot Curry #865616

Tints of Hot Curry #865616

Color information

#865616 (or 0x865616) is unknown color: approx Hot Curry. HEX triplet: 86, 56 and 16. RGB value is (134,86,22). Sum of RGB (Red+Green+Blue) = 134+86+22=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #865616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865616 is #79A9E9. Grayscale: #5D5D5D. Windows color (decimal): -7973354 or 1463942. OLE color: 1463942.

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

Color convert

RGB1348622-
CMYK00.360.840.47
HSL34.29º71.79%30.59%-
HSV(B)34.29º83.58%52.55%-
XYZ13.311.782.33-
YUV93.0687.9157.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=55.37%
G=35.54%
B=9.09%

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
Decimal134862200.360.840.4734.2971.7930.59
Hex865616024542F22481f
Octal20612626044124574211037
Binary1000011010101101011001001001010100101111100010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865616; }

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

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

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

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

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

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

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

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