Html Css Color HEX #8B624B Spicy Mix

📋 copy color: '#8B624B'

red 139 ◦ green 98 ◦ blue 75

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

Shades of Spicy Mix #8B624B

Tints of Spicy Mix #8B624B

RGB

 RED value IS 139 (54.69% from 255) = 44.55%

 GREEN value IS 98 (38.67% from 255) = 31.41%

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

R = 44.55%
G = 31.41%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8B624B (or 0x8B624B) is known color: Spicy Mix. HEX triplet: 8B, 62 and 4B. RGB value is (139,98,75). Sum of RGB (Red+Green+Blue) = 139+98+75=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B624B is #749DB4. Grayscale: #6B6B6B. Windows color (decimal): -7642549 or 4940427. OLE color: 4940427.

HSL color Cylindrical-coordinate representation of color #8B624B: hue angle of 21.56º 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 #8B624B is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 98 75 -
CMYK 0 0.29 0.46 0.45
HSL 21.56º 0.3% 0.42% -
HSV(B) 21.56º 0.46% 0.55% -
XYZ 16.29 14.73 8.64 -
YUV 107.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 139 98 75 0 0.29 0.46 0.45 21.56 0.3 0.42
Hex 8B 62 4B 0 1D 2E 2D 16 1E 2A
Octal 213 142 113 0 35 56 55 26 36 52
Binary 10001011 1100010 1001011 0 11101 101110 101101 10110 11110 101010

Color Harmonies of #8B624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B624B

Black with #8B624B

Text Example


Text Example

White with #8B624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,98,75); }

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

background-color css

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

 a { background-color: rgb(139,98,75); }

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

border-color css

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

 span { border-color: rgb(139,98,75); }

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