Html Css Color HEX #8B6369 Mauve Taupe

📋 copy color: '#8B6369'

red 139 ◦ green 99 ◦ blue 105

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

Shades of Mauve Taupe #8B6369

Tints of Mauve Taupe #8B6369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 40.52%
G = 28.86%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B6369 (or 0x8B6369) is known color: Mauve Taupe. HEX triplet: 8B, 63 and 69. RGB value is (139,99,105). Sum of RGB (Red+Green+Blue) = 139+99+105=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6369 is #749C96. Grayscale: #6F6F6F. Windows color (decimal): -7642263 or 6906763. OLE color: 6906763.

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

Color convert

RGB 139 99 105 -
CMYK 0 0.29 0.24 0.45
HSL 351º 0.17% 0.47% -
HSV(B) 351º 0.29% 0.55% -
XYZ 17.66 15.43 15.41 -
YUV 111.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 139 99 105 0 0.29 0.24 0.45 351 0.17 0.47
Hex 8B 63 69 0 1D 18 2D 15F 11 2F
Octal 213 143 151 0 35 30 55 537 21 57
Binary 10001011 1100011 1101001 0 11101 11000 101101 101011111 10001 101111

Color Harmonies of #8B6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6369

Black with #8B6369

Text Example


Text Example

White with #8B6369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,99,105); }

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

background-color css

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

 a { background-color: rgb(139,99,105); }

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

border-color css

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

 span { border-color: rgb(139,99,105); }

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