Html Css Color HEX #866122 Hot Curry

📋 copy color: '#866122'

red 134 ◦ green 97 ◦ blue 34

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

Shades of Hot Curry #866122

Tints of Hot Curry #866122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 50.57%
G = 36.6%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#866122 (or 0x866122) is known color: Hot Curry. HEX triplet: 86, 61 and 22. RGB value is (134,97,34). Sum of RGB (Red+Green+Blue) = 134+97+34=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #866122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866122 is #799EDD. Grayscale: #656565. Windows color (decimal): -7970526 or 2253190. OLE color: 2253190.

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

Color convert

RGB 134 97 34 -
CMYK 0 0.28 0.75 0.47
HSL 37.8º 0.6% 0.33% -
HSV(B) 37.8º 0.75% 0.53% -
XYZ 14.39 13.73 3.41 -
YUV 100.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 134 97 34 0 0.28 0.75 0.47 37.8 0.6 0.33
Hex 86 61 22 0 1C 4B 2F 26 3C 21
Octal 206 141 42 0 34 113 57 46 74 41
Binary 10000110 1100001 100010 0 11100 1001011 101111 100110 111100 100001

Color Harmonies of #866122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866122

Black with #866122

Text Example


Text Example

White with #866122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866122; }

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

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

background-color css

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

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

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

border-color css

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

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

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