Html Css Color HEX #915857 Rose Taupe

📋 copy color: '#915857'

red 145 ◦ green 88 ◦ blue 87

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

Shades of Rose Taupe #915857

Tints of Rose Taupe #915857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 87 (34.38% from 255) = 27.19%

R = 45.31%
G = 27.5%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#915857 (or 0x915857) is known color: Rose Taupe. HEX triplet: 91, 58 and 57. RGB value is (145,88,87). Sum of RGB (Red+Green+Blue) = 145+88+87=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #915857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915857 is #6EA7A8. Grayscale: #686868. Windows color (decimal): -7251881 or 5724305. OLE color: 5724305.

HSL color Cylindrical-coordinate representation of color #915857: hue angle of 1.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915857 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 88 87 -
CMYK 0 0.39 0.4 0.43
HSL 1.03º 0.25% 0.45% -
HSV(B) 1.03º 0.4% 0.57% -
XYZ 16.89 13.69 10.77 -
YUV 104.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 145 88 87 0 0.39 0.4 0.43 1.03 0.25 0.45
Hex 91 58 57 0 27 28 2B 1 19 2D
Octal 221 130 127 0 47 50 53 1 31 55
Binary 10010001 1011000 1010111 0 100111 101000 101011 1 11001 101101

Color Harmonies of #915857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915857

Black with #915857

Text Example


Text Example

White with #915857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915857; }

 p { color: rgb(145,88,87); }

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

background-color css

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

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

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

border-color css

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

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

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