Html Css Color HEX #866350 Spicy Mix

📋 copy color: '#866350'

red 134 ◦ green 99 ◦ blue 80

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

Shades of Spicy Mix #866350

Tints of Spicy Mix #866350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 42.81%
G = 31.63%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#866350 (or 0x866350) is known color: Spicy Mix. HEX triplet: 86, 63 and 50. RGB value is (134,99,80). Sum of RGB (Red+Green+Blue) = 134+99+80=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #866350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866350 is #799CAF. Grayscale: #6B6B6B. Windows color (decimal): -7969968 or 5268358. OLE color: 5268358.

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

Color convert

RGB 134 99 80 -
CMYK 0 0.26 0.40 0.47
HSL 21.11º 0.25% 0.42% -
HSV(B) 21.11º 0.4% 0.53% -
XYZ 15.74 14.57 9.57 -
YUV 107.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 134 99 80 0 0.26 0.40 0.47 21.11 0.25 0.42
Hex 86 63 50 0 1A 28 2F 15 19 2A
Octal 206 143 120 0 32 50 57 25 31 52
Binary 10000110 1100011 1010000 0 11010 101000 101111 10101 11001 101010

Color Harmonies of #866350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866350

Black with #866350

Text Example


Text Example

White with #866350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866350; }

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

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

background-color css

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

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

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

border-color css

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

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

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