Html Css Color HEX #915D5D Rose Taupe

📋 copy color: '#915D5D'

red 145 ◦ green 93 ◦ blue 93

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

Shades of Rose Taupe #915D5D

Tints of Rose Taupe #915D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 43.81%
G = 28.1%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#915D5D (or 0x915D5D) is known color: Rose Taupe. HEX triplet: 91, 5D and 5D. RGB value is (145,93,93). Sum of RGB (Red+Green+Blue) = 145+93+93=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #915D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D5D is #6EA2A2. Grayscale: #6C6C6C. Windows color (decimal): -7250595 or 6118801. OLE color: 6118801.

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

Color convert

RGB 145 93 93 -
CMYK 0 0.36 0.36 0.43
HSL 0.22% 0.47% -
HSV(B) 0.36% 0.57% -
XYZ 17.57 14.64 12.26 -
YUV 108.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 145 93 93 0 0.36 0.36 0.43 0 0.22 0.47
Hex 91 5D 5D 0 24 24 2B 0 16 2F
Octal 221 135 135 0 44 44 53 0 26 57
Binary 10010001 1011101 1011101 0 100100 100100 101011 0 10110 101111

Color Harmonies of #915D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D5D

Black with #915D5D

Text Example


Text Example

White with #915D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,93,93); }

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

background-color css

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

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

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

border-color css

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

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

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