Html Css Color HEX #8D634B Spicy Mix

📋 copy color: '#8D634B'

red 141 ◦ green 99 ◦ blue 75

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

Shades of Spicy Mix #8D634B

Tints of Spicy Mix #8D634B

RGB

 RED value IS 141 (55.47% from 255) = 44.76%

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

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

R = 44.76%
G = 31.43%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D634B (or 0x8D634B) is known color: Spicy Mix. HEX triplet: 8D, 63 and 4B. RGB value is (141,99,75). Sum of RGB (Red+Green+Blue) = 141+99+75=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D634B is #729CB4. Grayscale: #6C6C6C. Windows color (decimal): -7511221 or 4940685. OLE color: 4940685.

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

Color convert

RGB 141 99 75 -
CMYK 0 0.30 0.47 0.45
HSL 21.82º 0.31% 0.42% -
HSV(B) 21.82º 0.47% 0.55% -
XYZ 16.72 15.09 8.69 -
YUV 108.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 141 99 75 0 0.30 0.47 0.45 21.82 0.31 0.42
Hex 8D 63 4B 0 1E 2F 2D 16 1F 2A
Octal 215 143 113 0 36 57 55 26 37 52
Binary 10001101 1100011 1001011 0 11110 101111 101101 10110 11111 101010

Color Harmonies of #8D634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D634B

Black with #8D634B

Text Example


Text Example

White with #8D634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,99,75); }

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

background-color css

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

 a { background-color: rgb(141,99,75); }

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

border-color css

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

 span { border-color: rgb(141,99,75); }

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