Html Css Color HEX #8B615B Rose Taupe

📋 copy color: '#8B615B'

red 139 ◦ green 97 ◦ blue 91

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

Shades of Rose Taupe #8B615B

Tints of Rose Taupe #8B615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 42.51%
G = 29.66%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B615B (or 0x8B615B) is known color: Rose Taupe. HEX triplet: 8B, 61 and 5B. RGB value is (139,97,91). Sum of RGB (Red+Green+Blue) = 139+97+91=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B615B is #749EA4. Grayscale: #6C6C6C. Windows color (decimal): -7642789 or 5988747. OLE color: 5988747.

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

Color convert

RGB 139 97 91 -
CMYK 0 0.30 0.35 0.45
HSL 7.5º 0.21% 0.45% -
HSV(B) 7.5º 0.35% 0.55% -
XYZ 16.81 14.79 11.87 -
YUV 108.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 139 97 91 0 0.30 0.35 0.45 7.5 0.21 0.45
Hex 8B 61 5B 0 1E 23 2D 8 15 2D
Octal 213 141 133 0 36 43 55 10 25 55
Binary 10001011 1100001 1011011 0 11110 100011 101101 1000 10101 101101

Color Harmonies of #8B615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B615B

Black with #8B615B

Text Example


Text Example

White with #8B615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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