Html Css Color HEX #915F5B Rose Taupe

📋 copy color: '#915F5B'

red 145 ◦ green 95 ◦ blue 91

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

Shades of Rose Taupe #915F5B

Tints of Rose Taupe #915F5B

RGB

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

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

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

R = 43.81%
G = 28.7%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#915F5B (or 0x915F5B) is known color: Rose Taupe. HEX triplet: 91, 5F and 5B. RGB value is (145,95,91). Sum of RGB (Red+Green+Blue) = 145+95+91=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #915F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915F5B is #6EA0A4. Grayscale: #6D6D6D. Windows color (decimal): -7250085 or 5988241. OLE color: 5988241.

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

Color convert

RGB 145 95 91 -
CMYK 0 0.34 0.37 0.43
HSL 4.44º 0.23% 0.46% -
HSV(B) 4.44º 0.37% 0.57% -
XYZ 17.66 14.96 11.85 -
YUV 109.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 145 95 91 0 0.34 0.37 0.43 4.44 0.23 0.46
Hex 91 5F 5B 0 22 25 2B 4 17 2E
Octal 221 137 133 0 42 45 53 4 27 56
Binary 10010001 1011111 1011011 0 100010 100101 101011 100 10111 101110

Color Harmonies of #915F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915F5B

Black with #915F5B

Text Example


Text Example

White with #915F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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