Html Css Color HEX #866129 Hot Curry

📋 copy color: '#866129'

red 134 ◦ green 97 ◦ blue 41

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

Shades of Hot Curry #866129

Tints of Hot Curry #866129

RGB

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

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

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

R = 49.26%
G = 35.66%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#866129 (or 0x866129) is known color: Hot Curry. HEX triplet: 86, 61 and 29. RGB value is (134,97,41). Sum of RGB (Red+Green+Blue) = 134+97+41=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #866129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866129 is #799ED6. Grayscale: #656565. Windows color (decimal): -7970519 or 2711942. OLE color: 2711942.

HSL color Cylindrical-coordinate representation of color #866129: hue angle of 36.13º 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 #866129 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 41 -
CMYK 0 0.28 0.69 0.47
HSL 36.13º 0.53% 0.34% -
HSV(B) 36.13º 0.69% 0.53% -
XYZ 14.51 13.78 3.99 -
YUV 101.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 134 97 41 0 0.28 0.69 0.47 36.13 0.53 0.34
Hex 86 61 29 0 1C 45 2F 24 35 22
Octal 206 141 51 0 34 105 57 44 65 42
Binary 10000110 1100001 101001 0 11100 1000101 101111 100100 110101 100010

Color Harmonies of #866129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866129

Black with #866129

Text Example


Text Example

White with #866129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866129; }

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

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

background-color css

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

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

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

border-color css

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

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

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