Html Css Color HEX #915855 Rose Taupe

📋 copy color: '#915855'

red 145 ◦ green 88 ◦ blue 85

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

Shades of Rose Taupe #915855

Tints of Rose Taupe #915855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 45.6%
G = 27.67%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#915855 (or 0x915855) is known color: Rose Taupe. HEX triplet: 91, 58 and 55. RGB value is (145,88,85). Sum of RGB (Red+Green+Blue) = 145+88+85=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #915855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915855 is #6EA7AA. Grayscale: #686868. Windows color (decimal): -7251883 or 5593233. OLE color: 5593233.

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

Color convert

RGB 145 88 85 -
CMYK 0 0.39 0.41 0.43
HSL 0.26% 0.45% -
HSV(B) 0.41% 0.57% -
XYZ 16.81 13.66 10.34 -
YUV 104.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 145 88 85 0 0.39 0.41 0.43 3 0.26 0.45
Hex 91 58 55 0 27 29 2B 3 1A 2D
Octal 221 130 125 0 47 51 53 3 32 55
Binary 10010001 1011000 1010101 0 100111 101001 101011 11 11010 101101

Color Harmonies of #915855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915855

Black with #915855

Text Example


Text Example

White with #915855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915855; }

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

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

background-color css

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

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

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

border-color css

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

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

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