#93696B

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

Shades of Turkish Rose #93696B

Tints of Turkish Rose #93696B

Color information

#93696B (or 0x93696B) is unknown color: approx Turkish Rose. HEX triplet: 93, 69 and 6B. RGB value is (147,105,107). Sum of RGB (Red+Green+Blue) = 147+105+107=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93696B is #6C9694. Grayscale: #757575. Windows color (decimal): -7116437 or 7039379. OLE color: 7039379.

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

Color convert

RGB147105107-
CMYK00.290.270.42
HSL357.14º16.67%49.41%-
HSV(B)357.14º28.57%57.65%-
XYZ19.7417.3716.22-
YUV117.79121.91148.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=40.95%
G=29.25%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710510700.290.270.42357.1416.6749.41
Hex93696B01D1B2A1651131
Octal22315115303533525452161
Binary10010011110100111010110111011101110101010110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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