Html Css Color HEX #915F5C Rose Taupe

📋 copy color: '#915F5C'

red 145 ◦ green 95 ◦ blue 92

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

Shades of Rose Taupe #915F5C

Tints of Rose Taupe #915F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 43.67%
G = 28.61%
B = 27.71%

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

#915F5C (or 0x915F5C) is known color: Rose Taupe. HEX triplet: 91, 5F and 5C. RGB value is (145,95,92). Sum of RGB (Red+Green+Blue) = 145+95+92=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #915F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915F5C is #6EA0A3. Grayscale: #6D6D6D. Windows color (decimal): -7250084 or 6053777. OLE color: 6053777.

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

Color convert

RGB 145 95 92 -
CMYK 0 0.34 0.37 0.43
HSL 3.4º 0.22% 0.46% -
HSV(B) 3.4º 0.37% 0.57% -
XYZ 17.7 14.98 12.08 -
YUV 109.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 145 95 92 0 0.34 0.37 0.43 3.4 0.22 0.46
Hex 91 5F 5C 0 22 25 2B 3 16 2E
Octal 221 137 134 0 42 45 53 3 26 56
Binary 10010001 1011111 1011100 0 100010 100101 101011 11 10110 101110

Color Harmonies of #915F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915F5C

Black with #915F5C

Text Example


Text Example

White with #915F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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