#94696B

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

Shades of Turkish Rose #94696B

Tints of Turkish Rose #94696B

Color information

#94696B (or 0x94696B) is unknown color: approx Turkish Rose. HEX triplet: 94, 69 and 6B. RGB value is (148,105,107). Sum of RGB (Red+Green+Blue) = 148+105+107=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94696B is #6B9694. Grayscale: #767676. Windows color (decimal): -7050901 or 7039380. OLE color: 7039380.

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

Color convert

RGB148105107-
CMYK00.290.280.42
HSL357.21º17%49.61%-
HSV(B)357.21º29.05%58.04%-
XYZ19.9217.4616.23-
YUV118.08121.75149.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=41.11%
G=29.17%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810510700.290.280.42357.211749.61
Hex94696B01D1C2A1651132
Octal22415115303534525452162
Binary10010100110100111010110111011110010101010110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94696B; }

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

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

<style>
 a { background-color: #94696B; }

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

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

<style>
 span { border-color: #94696B; }

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

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