#946D6E

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

Shades of Turkish Rose #946D6E

Tints of Turkish Rose #946D6E

Color information

#946D6E (or 0x946D6E) is unknown color: approx Turkish Rose. HEX triplet: 94, 6D and 6E. RGB value is (148,109,110). Sum of RGB (Red+Green+Blue) = 148+109+110=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D6E is #6B9291. Grayscale: #787878. Windows color (decimal): -7049874 or 7237012. OLE color: 7237012.

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

Color convert

RGB148109110-
CMYK00.260.260.42
HSL358.46º15.42%50.39%-
HSV(B)358.46º26.35%58.04%-
XYZ20.518.3617.22-
YUV120.78121.92147.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=40.33%
G=29.70%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810911000.260.260.42358.4615.4250.39
Hex946D6E01A1A2A166f32
Octal22415515603232525461762
Binary1001010011011011101110011010110101010101011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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