#946A6E

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

Shades of Turkish Rose #946A6E

Tints of Turkish Rose #946A6E

Color information

#946A6E (or 0x946A6E) is unknown color: approx Turkish Rose. HEX triplet: 94, 6A and 6E. RGB value is (148,106,110). Sum of RGB (Red+Green+Blue) = 148+106+110=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A6E is #6B9591. Grayscale: #777777. Windows color (decimal): -7050642 or 7236244. OLE color: 7236244.

HSL color Cylindrical-coordinate representation of color #946A6E: hue angle of 354.29º 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 #946A6E is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148106110-
CMYK00.280.260.42
HSL354.29º16.54%49.8%-
HSV(B)354.29º28.38%58.04%-
XYZ20.1817.7317.11-
YUV119.01122.91148.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=40.66%
G=29.12%
B=30.22%

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
Decimal14810611000.280.260.42354.2916.5449.8
Hex946A6E01C1A2A1621132
Octal22415215603432525422162
Binary10010100110101011011100111001101010101010110001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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