#946B6D

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

Shades of Turkish Rose #946B6D

Tints of Turkish Rose #946B6D

Color information

#946B6D (or 0x946B6D) is unknown color: approx Turkish Rose. HEX triplet: 94, 6B and 6D. RGB value is (148,107,109). Sum of RGB (Red+Green+Blue) = 148+107+109=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B6D is #6B9492. Grayscale: #777777. Windows color (decimal): -7050387 or 7170964. OLE color: 7170964.

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

Color convert

RGB148107109-
CMYK00.280.260.42
HSL357.07º16.08%50%-
HSV(B)357.07º27.7%58.04%-
XYZ20.2317.9216.86-
YUV119.49122.08148.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=40.66%
G=29.40%
B=29.95%

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
Decimal14810710900.280.260.42357.0716.0850
Hex946B6D01C1A2A1651032
Octal22415315503432525452062
Binary10010100110101111011010111001101010101010110010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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