Html Css Color HEX #915E5D Rose Taupe

📋 copy color: '#915E5D'

red 145 ◦ green 94 ◦ blue 93

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

Shades of Rose Taupe #915E5D

Tints of Rose Taupe #915E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

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

R = 43.67%
G = 28.31%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#915E5D (or 0x915E5D) is known color: Rose Taupe. HEX triplet: 91, 5E and 5D. RGB value is (145,94,93). Sum of RGB (Red+Green+Blue) = 145+94+93=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #915E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E5D is #6EA1A2. Grayscale: #6D6D6D. Windows color (decimal): -7250339 or 6119057. OLE color: 6119057.

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

Color convert

RGB 145 94 93 -
CMYK 0 0.35 0.36 0.43
HSL 1.15º 0.22% 0.47% -
HSV(B) 1.15º 0.36% 0.57% -
XYZ 17.66 14.82 12.29 -
YUV 109.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 145 94 93 0 0.35 0.36 0.43 1.15 0.22 0.47
Hex 91 5E 5D 0 23 24 2B 1 16 2F
Octal 221 136 135 0 43 44 53 1 26 57
Binary 10010001 1011110 1011101 0 100011 100100 101011 1 10110 101111

Color Harmonies of #915E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E5D

Black with #915E5D

Text Example


Text Example

White with #915E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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