#946360

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

Shades of Rose Taupe #946360

Tints of Rose Taupe #946360

Color information

#946360 (or 0x946360) is unknown color: approx Rose Taupe. HEX triplet: 94, 63 and 60. RGB value is (148,99,96). Sum of RGB (Red+Green+Blue) = 148+99+96=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #946360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946360 is #6B9C9F. Grayscale: #717171. Windows color (decimal): -7052448 or 6316948. OLE color: 6316948.

HSL color Cylindrical-coordinate representation of color #946360: hue angle of 3.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946360 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1489996-
CMYK00.330.350.42
HSL3.46º21.31%47.84%-
HSV(B)3.46º35.14%58.04%-
XYZ18.7916.0613.18-
YUV113.31118.23152.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=43.15%
G=28.86%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148999600.330.350.423.4621.3147.84
Hex946360021232A31530
Octal224143140041435232560
Binary100101001100011110000001000011000111010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946360; }

 p { color: rgb(148,99,96); }

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

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

 a { background-color: rgb(148,99,96); }

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

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

 span { border-color: rgb(148,99,96); }

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