#92615D

Color #92615D Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #92615D

Tints of Rose Taupe #92615D

Color information

#92615D (or 0x92615D) is unknown color: approx Rose Taupe. HEX triplet: 92, 61 and 5D. RGB value is (146,97,93). Sum of RGB (Red+Green+Blue) = 146+97+93=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #92615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92615D is #6D9EA2. Grayscale: #6F6F6F. Windows color (decimal): -7184035 or 6119826. OLE color: 6119826.

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

Color convert

RGB1469793-
CMYK00.340.360.43
HSL4.53º22.18%46.86%-
HSV(B)4.53º36.3%57.25%-
XYZ18.115.4512.38-
YUV111.2117.73152.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=43.45%
G=28.87%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146979300.340.360.434.5322.1846.86
Hex92615D022242B5162f
Octal222141135042445352657
Binary1001001011000011011101010001010010010101110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92615D; }

 p { color: rgb(146,97,93); }

 H1.HeaderClassName
 {
   color: #92615D;
 }
 .AnyTagClassName
 {
   color: #92615D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #92615D;
 }
 .BgClassName
 {
   background-color: #92615D;
 }
</style>
border-color css

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

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

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