Html Css Color HEX #915B5A Rose Taupe

📋 copy color: '#915B5A'

red 145 ◦ green 91 ◦ blue 90

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

Shades of Rose Taupe #915B5A

Tints of Rose Taupe #915B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 44.48%
G = 27.91%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#915B5A (or 0x915B5A) is known color: Rose Taupe. HEX triplet: 91, 5B and 5A. RGB value is (145,91,90). Sum of RGB (Red+Green+Blue) = 145+91+90=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #915B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B5A is #6EA4A5. Grayscale: #6B6B6B. Windows color (decimal): -7251110 or 5921681. OLE color: 5921681.

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

Color convert

RGB 145 91 90 -
CMYK 0 0.37 0.38 0.43
HSL 1.09º 0.23% 0.46% -
HSV(B) 1.09º 0.38% 0.57% -
XYZ 17.26 14.24 11.51 -
YUV 107.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 145 91 90 0 0.37 0.38 0.43 1.09 0.23 0.46
Hex 91 5B 5A 0 25 26 2B 1 17 2E
Octal 221 133 132 0 45 46 53 1 27 56
Binary 10010001 1011011 1011010 0 100101 100110 101011 1 10111 101110

Color Harmonies of #915B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B5A

Black with #915B5A

Text Example


Text Example

White with #915B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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