Html Css Color HEX #866120 Hot Curry

📋 copy color: '#866120'

red 134 ◦ green 97 ◦ blue 32

#866120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #866120

Tints of Hot Curry #866120

RGB

 RED value IS 134 (52.73% from 255) = 50.95%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 50.95%
G = 36.88%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#866120 (or 0x866120) is known color: Hot Curry. HEX triplet: 86, 61 and 20. RGB value is (134,97,32). Sum of RGB (Red+Green+Blue) = 134+97+32=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #866120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866120 is #799EDF. Grayscale: #646464. Windows color (decimal): -7970528 or 2122118. OLE color: 2122118.

HSL color Cylindrical-coordinate representation of color #866120: hue angle of 38.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #866120 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 32 -
CMYK 0 0.28 0.76 0.47
HSL 38.24º 0.61% 0.33% -
HSV(B) 38.24º 0.76% 0.53% -
XYZ 14.37 13.72 3.26 -
YUV 100.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 134 97 32 0 0.28 0.76 0.47 38.24 0.61 0.33
Hex 86 61 20 0 1C 4C 2F 26 3D 21
Octal 206 141 40 0 34 114 57 46 75 41
Binary 10000110 1100001 100000 0 11100 1001100 101111 100110 111101 100001

Color Harmonies of #866120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866120

Black with #866120

Text Example


Text Example

White with #866120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866120; }

 p { color: rgb(134,97,32); }

 H1.HeaderClassName
 {
   color: #866120;
 }
 .AnyTagClassName
 {
   color: #866120;
 }
</style>

background-color css

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

 a { background-color: rgb(134,97,32); }

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

border-color css

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

 span { border-color: rgb(134,97,32); }

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