Html Css Color HEX #915B59 Rose Taupe

📋 copy color: '#915B59'

red 145 ◦ green 91 ◦ blue 89

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

Shades of Rose Taupe #915B59

Tints of Rose Taupe #915B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 44.62%
G = 28%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#915B59 (or 0x915B59) is known color: Rose Taupe. HEX triplet: 91, 5B and 59. RGB value is (145,91,89). Sum of RGB (Red+Green+Blue) = 145+91+89=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #915B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B59 is #6EA4A6. Grayscale: #6A6A6A. Windows color (decimal): -7251111 or 5856145. OLE color: 5856145.

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

Color convert

RGB 145 91 89 -
CMYK 0 0.37 0.39 0.43
HSL 2.14º 0.24% 0.46% -
HSV(B) 2.14º 0.39% 0.57% -
XYZ 17.22 14.22 11.29 -
YUV 106.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 145 91 89 0 0.37 0.39 0.43 2.14 0.24 0.46
Hex 91 5B 59 0 25 27 2B 2 18 2E
Octal 221 133 131 0 45 47 53 2 30 56
Binary 10010001 1011011 1011001 0 100101 100111 101011 10 11000 101110

Color Harmonies of #915B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B59

Black with #915B59

Text Example


Text Example

White with #915B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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