Html Css Color HEX #915B5B Rose Taupe

📋 copy color: '#915B5B'

red 145 ◦ green 91 ◦ blue 91

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

Shades of Rose Taupe #915B5B

Tints of Rose Taupe #915B5B

RGB

 RED value IS 145 (57.03% from 255) = 44.34%

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

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

R = 44.34%
G = 27.83%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#915B5B (or 0x915B5B) is known color: Rose Taupe. HEX triplet: 91, 5B and 5B. RGB value is (145,91,91). Sum of RGB (Red+Green+Blue) = 145+91+91=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #915B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B5B is #6EA4A4. Grayscale: #6B6B6B. Windows color (decimal): -7251109 or 5987217. OLE color: 5987217.

HSL color Cylindrical-coordinate representation of color #915B5B: hue angle of 0º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915B5B is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 91 91 -
CMYK 0 0.37 0.37 0.43
HSL 0.23% 0.46% -
HSV(B) 0.37% 0.57% -
XYZ 17.31 14.26 11.74 -
YUV 107.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 145 91 91 0 0.37 0.37 0.43 0 0.23 0.46
Hex 91 5B 5B 0 25 25 2B 0 17 2E
Octal 221 133 133 0 45 45 53 0 27 56
Binary 10010001 1011011 1011011 0 100101 100101 101011 0 10111 101110

Color Harmonies of #915B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B5B

Black with #915B5B

Text Example


Text Example

White with #915B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915B5B; }

 p { color: rgb(145,91,91); }

 H1.HeaderClassName
 {
   color: #915B5B;
 }
 .AnyTagClassName
 {
   color: #915B5B;
 }
</style>

background-color css

<style>
 a { background-color: #915B5B; }

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

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

border-color css

<style>
 span { border-color: #915B5B; }

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

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