#936E74

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

Shades of Turkish Rose #936E74

Tints of Turkish Rose #936E74

Color information

#936E74 (or 0x936E74) is unknown color: approx Turkish Rose. HEX triplet: 93, 6E and 74. RGB value is (147,110,116). Sum of RGB (Red+Green+Blue) = 147+110+116=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #936E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E74 is #6C918B. Grayscale: #797979. Windows color (decimal): -7115148 or 7630483. OLE color: 7630483.

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

Color convert

RGB147110116-
CMYK00.250.210.42
HSL350.27º14.62%50.39%-
HSV(B)350.27º25.17%57.65%-
XYZ20.7618.6219.02-
YUV121.75124.76146.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=39.41%
G=29.49%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711011600.250.210.42350.2714.6250.39
Hex936E74019152A15ef32
Octal22315616403125525361762
Binary1001001111011101110100011001101011010101010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936E74; }

 p { color: rgb(147,110,116); }

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

<style>
 a { background-color: #936E74; }

 a { background-color: rgb(147,110,116); }

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

<style>
 span { border-color: #936E74; }

 span { border-color: rgb(147,110,116); }

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