#93696A

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

Shades of Turkish Rose #93696A

Tints of Turkish Rose #93696A

Color information

#93696A (or 0x93696A) is unknown color: approx Turkish Rose. HEX triplet: 93, 69 and 6A. RGB value is (147,105,106). Sum of RGB (Red+Green+Blue) = 147+105+106=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93696A is #6C9695. Grayscale: #757575. Windows color (decimal): -7116438 or 6973843. OLE color: 6973843.

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

Color convert

RGB147105106-
CMYK00.290.280.42
HSL358.57º16.67%49.41%-
HSV(B)358.57º28.57%57.65%-
XYZ19.6917.3515.95-
YUV117.67121.41148.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=41.06%
G=29.33%
B=29.61%

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
Decimal14710510600.290.280.42358.5716.6749.41
Hex93696A01D1C2A1671131
Octal22315115203534525472161
Binary10010011110100111010100111011110010101010110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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