#946A6D

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

Shades of Turkish Rose #946A6D

Tints of Turkish Rose #946A6D

Color information

#946A6D (or 0x946A6D) is unknown color: approx Turkish Rose. HEX triplet: 94, 6A and 6D. RGB value is (148,106,109). Sum of RGB (Red+Green+Blue) = 148+106+109=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A6D is #6B9592. Grayscale: #767676. Windows color (decimal): -7050643 or 7170708. OLE color: 7170708.

HSL color Cylindrical-coordinate representation of color #946A6D: hue angle of 355.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946A6D is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148106109-
CMYK00.280.260.42
HSL355.71º16.54%49.8%-
HSV(B)355.71º28.38%58.04%-
XYZ20.1317.7116.83-
YUV118.9122.41148.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=40.77%
G=29.20%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810610900.280.260.42355.7116.5449.8
Hex946A6D01C1A2A1641132
Octal22415215503432525442162
Binary10010100110101011011010111001101010101010110010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946A6D; }

 p { color: rgb(148,106,109); }

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

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

 a { background-color: rgb(148,106,109); }

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

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

 span { border-color: rgb(148,106,109); }

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