Html Css Color HEX #8B5B65 Mauve Taupe

📋 copy color: '#8B5B65'

red 139 ◦ green 91 ◦ blue 101

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

Shades of Mauve Taupe #8B5B65

Tints of Mauve Taupe #8B5B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 41.99%
G = 27.49%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B5B65 (or 0x8B5B65) is known color: Mauve Taupe. HEX triplet: 8B, 5B and 65. RGB value is (139,91,101). Sum of RGB (Red+Green+Blue) = 139+91+101=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B65 is #74A49A. Grayscale: #6A6A6A. Windows color (decimal): -7644315 or 6642571. OLE color: 6642571.

HSL color Cylindrical-coordinate representation of color #8B5B65: hue angle of 347.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5B65 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 91 101 -
CMYK 0 0.35 0.27 0.45
HSL 347.5º 0.21% 0.45% -
HSV(B) 347.5º 0.35% 0.55% -
XYZ 16.74 13.91 14.11 -
YUV 106.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 139 91 101 0 0.35 0.27 0.45 347.5 0.21 0.45
Hex 8B 5B 65 0 23 1B 2D 15C 15 2D
Octal 213 133 145 0 43 33 55 534 25 55
Binary 10001011 1011011 1100101 0 100011 11011 101101 101011100 10101 101101

Color Harmonies of #8B5B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5B65

Black with #8B5B65

Text Example


Text Example

White with #8B5B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,91,101); }

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

background-color css

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

 a { background-color: rgb(139,91,101); }

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

border-color css

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

 span { border-color: rgb(139,91,101); }

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