#946A6C

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

Shades of Turkish Rose #946A6C

Tints of Turkish Rose #946A6C

Color information

#946A6C (or 0x946A6C) is unknown color: approx Turkish Rose. HEX triplet: 94, 6A and 6C. RGB value is (148,106,108). Sum of RGB (Red+Green+Blue) = 148+106+108=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A6C is #6B9593. Grayscale: #767676. Windows color (decimal): -7050644 or 7105172. OLE color: 7105172.

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

Color convert

RGB148106108-
CMYK00.280.270.42
HSL357.14º16.54%49.8%-
HSV(B)357.14º28.38%58.04%-
XYZ20.0717.6916.54-
YUV118.79121.91148.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=40.88%
G=29.28%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810610800.280.270.42357.1416.5449.8
Hex946A6C01C1B2A1651132
Octal22415215403433525452162
Binary10010100110101011011000111001101110101010110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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