Html Css Color HEX #85604E Spicy Mix

📋 copy color: '#85604E'

red 133 ◦ green 96 ◦ blue 78

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

Shades of Spicy Mix #85604E

Tints of Spicy Mix #85604E

RGB

 RED value IS 133 (52.34% from 255) = 43.32%

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 43.32%
G = 31.27%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85604E (or 0x85604E) is known color: Spicy Mix. HEX triplet: 85, 60 and 4E. RGB value is (133,96,78). Sum of RGB (Red+Green+Blue) = 133+96+78=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85604E is #7A9FB1. Grayscale: #696969. Windows color (decimal): -8036274 or 5136517. OLE color: 5136517.

HSL color Cylindrical-coordinate representation of color #85604E: hue angle of 19.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85604E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 78 -
CMYK 0 0.28 0.41 0.48
HSL 19.64º 0.26% 0.41% -
HSV(B) 19.64º 0.41% 0.52% -
XYZ 15.23 13.9 9.09 -
YUV 105.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 133 96 78 0 0.28 0.41 0.48 19.64 0.26 0.41
Hex 85 60 4E 0 1C 29 30 14 1A 29
Octal 205 140 116 0 34 51 60 24 32 51
Binary 10000101 1100000 1001110 0 11100 101001 110000 10100 11010 101001

Color Harmonies of #85604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85604E

Black with #85604E

Text Example


Text Example

White with #85604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85604E; }

 p { color: rgb(133,96,78); }

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

background-color css

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

 a { background-color: rgb(133,96,78); }

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

border-color css

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

 span { border-color: rgb(133,96,78); }

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