Html Css Color HEX #866222 Hot Curry

📋 copy color: '#866222'

red 134 ◦ green 98 ◦ blue 34

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

Shades of Hot Curry #866222

Tints of Hot Curry #866222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 50.38%
G = 36.84%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#866222 (or 0x866222) is known color: Hot Curry. HEX triplet: 86, 62 and 22. RGB value is (134,98,34). Sum of RGB (Red+Green+Blue) = 134+98+34=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #866222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866222 is #799DDD. Grayscale: #656565. Windows color (decimal): -7970270 or 2253446. OLE color: 2253446.

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

Color convert

RGB 134 98 34 -
CMYK 0 0.27 0.75 0.47
HSL 38.4º 0.6% 0.33% -
HSV(B) 38.4º 0.75% 0.53% -
XYZ 14.49 13.92 3.44 -
YUV 101.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 134 98 34 0 0.27 0.75 0.47 38.4 0.6 0.33
Hex 86 62 22 0 1B 4B 2F 26 3C 21
Octal 206 142 42 0 33 113 57 46 74 41
Binary 10000110 1100010 100010 0 11011 1001011 101111 100110 111100 100001

Color Harmonies of #866222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866222

Black with #866222

Text Example


Text Example

White with #866222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866222; }

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

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

background-color css

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

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

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

border-color css

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

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

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