Html Css Color HEX #866329 Hot Curry

📋 copy color: '#866329'

red 134 ◦ green 99 ◦ blue 41

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

Shades of Hot Curry #866329

Tints of Hot Curry #866329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 48.91%
G = 36.13%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#866329 (or 0x866329) is known color: Hot Curry. HEX triplet: 86, 63 and 29. RGB value is (134,99,41). Sum of RGB (Red+Green+Blue) = 134+99+41=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #866329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866329 is #799CD6. Grayscale: #676767. Windows color (decimal): -7970007 or 2712454. OLE color: 2712454.

HSL color Cylindrical-coordinate representation of color #866329: hue angle of 37.42º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #866329 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 41 -
CMYK 0 0.26 0.69 0.47
HSL 37.42º 0.53% 0.34% -
HSV(B) 37.42º 0.69% 0.53% -
XYZ 14.69 14.15 4.06 -
YUV 102.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 134 99 41 0 0.26 0.69 0.47 37.42 0.53 0.34
Hex 86 63 29 0 1A 45 2F 25 35 22
Octal 206 143 51 0 32 105 57 45 65 42
Binary 10000110 1100011 101001 0 11010 1000101 101111 100101 110101 100010

Color Harmonies of #866329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866329

Black with #866329

Text Example


Text Example

White with #866329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866329; }

 p { color: rgb(134,99,41); }

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

background-color css

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

 a { background-color: rgb(134,99,41); }

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

border-color css

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

 span { border-color: rgb(134,99,41); }

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