#92605C

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

Shades of Rose Taupe #92605C

Tints of Rose Taupe #92605C

Color information

#92605C (or 0x92605C) is unknown color: approx Rose Taupe. HEX triplet: 92, 60 and 5C. RGB value is (146,96,92). Sum of RGB (Red+Green+Blue) = 146+96+92=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #92605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92605C is #6D9FA3. Grayscale: #6E6E6E. Windows color (decimal): -7184292 or 6054034. OLE color: 6054034.

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

Color convert

RGB1469692-
CMYK00.340.370.43
HSL4.44º22.69%46.67%-
HSV(B)4.44º36.99%57.25%-
XYZ17.9715.2512.12-
YUV110.49117.56153.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=43.71%
G=28.74%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146969200.340.370.434.4422.6946.67
Hex92605C022252B4172f
Octal222140134042455342757
Binary1001001011000001011100010001010010110101110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92605C; }

 p { color: rgb(146,96,92); }

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

<style>
 a { background-color: #92605C; }

 a { background-color: rgb(146,96,92); }

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

<style>
 span { border-color: #92605C; }

 span { border-color: rgb(146,96,92); }

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