#92615E

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

Shades of Rose Taupe #92615E

Tints of Rose Taupe #92615E

Color information

#92615E (or 0x92615E) is unknown color: approx Rose Taupe. HEX triplet: 92, 61 and 5E. RGB value is (146,97,94). Sum of RGB (Red+Green+Blue) = 146+97+94=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92615E is #6D9EA1. Grayscale: #6F6F6F. Windows color (decimal): -7184034 or 6185362. OLE color: 6185362.

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

Color convert

RGB1469794-
CMYK00.340.360.43
HSL3.46º21.67%47.06%-
HSV(B)3.46º35.62%57.25%-
XYZ18.1515.4712.62-
YUV111.31118.23152.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=43.32%
G=28.78%
B=27.89%

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
Decimal146979400.340.360.433.4621.6747.06
Hex92615E022242B3162f
Octal222141136042445332657
Binary100100101100001101111001000101001001010111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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