Html Css Color HEX #915F57 Rose Taupe

📋 copy color: '#915F57'

red 145 ◦ green 95 ◦ blue 87

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

Shades of Rose Taupe #915F57

Tints of Rose Taupe #915F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.05%

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

R = 44.34%
G = 29.05%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#915F57 (or 0x915F57) is known color: Rose Taupe. HEX triplet: 91, 5F and 57. RGB value is (145,95,87). Sum of RGB (Red+Green+Blue) = 145+95+87=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #915F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915F57 is #6EA0A8. Grayscale: #6D6D6D. Windows color (decimal): -7250089 or 5726097. OLE color: 5726097.

HSL color Cylindrical-coordinate representation of color #915F57: hue angle of 8.28º 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 #915F57 is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 95 87 -
CMYK 0 0.34 0.4 0.43
HSL 8.28º 0.25% 0.45% -
HSV(B) 8.28º 0.4% 0.57% -
XYZ 17.49 14.89 10.97 -
YUV 109.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 145 95 87 0 0.34 0.4 0.43 8.28 0.25 0.45
Hex 91 5F 57 0 22 28 2B 8 19 2D
Octal 221 137 127 0 42 50 53 10 31 55
Binary 10010001 1011111 1010111 0 100010 101000 101011 1000 11001 101101

Color Harmonies of #915F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915F57

Black with #915F57

Text Example


Text Example

White with #915F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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