Html Css Color HEX #8C654B Spicy Mix

📋 copy color: '#8C654B'

red 140 ◦ green 101 ◦ blue 75

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

Shades of Spicy Mix #8C654B

Tints of Spicy Mix #8C654B

RGB

 RED value IS 140 (55.08% from 255) = 44.3%

 GREEN value IS 101 (39.84% from 255) = 31.96%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 44.3%
G = 31.96%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C654B (or 0x8C654B) is known color: Spicy Mix. HEX triplet: 8C, 65 and 4B. RGB value is (140,101,75). Sum of RGB (Red+Green+Blue) = 140+101+75=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C654B is #739AB4. Grayscale: #6D6D6D. Windows color (decimal): -7576245 or 4941196. OLE color: 4941196.

HSL color Cylindrical-coordinate representation of color #8C654B: hue angle of 24º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C654B is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 101 75 -
CMYK 0 0.28 0.46 0.45
HSL 24º 0.3% 0.42% -
HSV(B) 24º 0.46% 0.55% -
XYZ 16.74 15.39 8.75 -
YUV 109.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 140 101 75 0 0.28 0.46 0.45 24 0.3 0.42
Hex 8C 65 4B 0 1C 2E 2D 18 1E 2A
Octal 214 145 113 0 34 56 55 30 36 52
Binary 10001100 1100101 1001011 0 11100 101110 101101 11000 11110 101010

Color Harmonies of #8C654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C654B

Black with #8C654B

Text Example


Text Example

White with #8C654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C654B; }

 p { color: rgb(140,101,75); }

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

background-color css

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

 a { background-color: rgb(140,101,75); }

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

border-color css

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

 span { border-color: rgb(140,101,75); }

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