Html Css Color HEX #865F54 Spicy Mix

📋 copy color: '#865F54'

red 134 ◦ green 95 ◦ blue 84

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

Shades of Spicy Mix #865F54

Tints of Spicy Mix #865F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

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

R = 42.81%
G = 30.35%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#865F54 (or 0x865F54) is known color: Spicy Mix. HEX triplet: 86, 5F and 54. RGB value is (134,95,84). Sum of RGB (Red+Green+Blue) = 134+95+84=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F54 is #79A0AB. Grayscale: #696969. Windows color (decimal): -7970988 or 5529478. OLE color: 5529478.

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

Color convert

RGB 134 95 84 -
CMYK 0 0.29 0.37 0.47
HSL 13.2º 0.23% 0.43% -
HSV(B) 13.2º 0.37% 0.53% -
XYZ 15.52 13.89 10.25 -
YUV 105.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 134 95 84 0 0.29 0.37 0.47 13.2 0.23 0.43
Hex 86 5F 54 0 1D 25 2F D 17 2B
Octal 206 137 124 0 35 45 57 15 27 53
Binary 10000110 1011111 1010100 0 11101 100101 101111 1101 10111 101011

Color Harmonies of #865F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F54

Black with #865F54

Text Example


Text Example

White with #865F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865F54; }

 p { color: rgb(134,95,84); }

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

background-color css

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

 a { background-color: rgb(134,95,84); }

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

border-color css

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

 span { border-color: rgb(134,95,84); }

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