Html Css Color HEX #886054 Spicy Mix

📋 copy color: '#886054'

red 136 ◦ green 96 ◦ blue 84

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

Shades of Spicy Mix #886054

Tints of Spicy Mix #886054

RGB

 RED value IS 136 (53.52% from 255) = 43.04%

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 43.04%
G = 30.38%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#886054 (or 0x886054) is known color: Spicy Mix. HEX triplet: 88, 60 and 54. RGB value is (136,96,84). Sum of RGB (Red+Green+Blue) = 136+96+84=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #886054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886054 is #779FAB. Grayscale: #6A6A6A. Windows color (decimal): -7839660 or 5529736. OLE color: 5529736.

HSL color Cylindrical-coordinate representation of color #886054: hue angle of 13.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886054 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 84 -
CMYK 0 0.29 0.38 0.47
HSL 13.85º 0.24% 0.43% -
HSV(B) 13.85º 0.38% 0.53% -
XYZ 15.94 14.24 10.3 -
YUV 106.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 136 96 84 0 0.29 0.38 0.47 13.85 0.24 0.43
Hex 88 60 54 0 1D 26 2F E 18 2B
Octal 210 140 124 0 35 46 57 16 30 53
Binary 10001000 1100000 1010100 0 11101 100110 101111 1110 11000 101011

Color Harmonies of #886054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886054

Black with #886054

Text Example


Text Example

White with #886054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886054; }

 p { color: rgb(136,96,84); }

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

background-color css

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

 a { background-color: rgb(136,96,84); }

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

border-color css

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

 span { border-color: rgb(136,96,84); }

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