#926362

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

Shades of Rose Taupe #926362

Tints of Rose Taupe #926362

Color information

#926362 (or 0x926362) is unknown color: approx Rose Taupe. HEX triplet: 92, 63 and 62. RGB value is (146,99,98). Sum of RGB (Red+Green+Blue) = 146+99+98=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #926362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926362 is #6D9C9D. Grayscale: #707070. Windows color (decimal): -7183518 or 6448018. OLE color: 6448018.

HSL color Cylindrical-coordinate representation of color #926362: hue angle of 1.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926362 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1469998-
CMYK00.320.330.43
HSL1.25º19.67%47.84%-
HSV(B)1.25º32.88%57.25%-
XYZ18.5215.9213.65-
YUV112.94119.57151.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.57%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=42.57%
G=28.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146999800.320.330.431.2519.6747.84
Hex926362020212B11430
Octal222143142040415312460
Binary10010010110001111000100100000100001101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926362; }

 p { color: rgb(146,99,98); }

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

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

 a { background-color: rgb(146,99,98); }

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

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

 span { border-color: rgb(146,99,98); }

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