#936D71

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

Shades of Turkish Rose #936D71

Tints of Turkish Rose #936D71

Color information

#936D71 (or 0x936D71) is unknown color: approx Turkish Rose. HEX triplet: 93, 6D and 71. RGB value is (147,109,113). Sum of RGB (Red+Green+Blue) = 147+109+113=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #936D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D71 is #6C928E. Grayscale: #787878. Windows color (decimal): -7115407 or 7433619. OLE color: 7433619.

HSL color Cylindrical-coordinate representation of color #936D71: hue angle of 353.68º 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 #936D71 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB147109113-
CMYK00.260.230.42
HSL353.68º14.96%50.2%-
HSV(B)353.68º25.85%57.65%-
XYZ20.4818.3318.08-
YUV120.82123.59146.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=39.84%
G=29.54%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710911300.260.230.42353.6814.9650.2
Hex936D7101A172A162f32
Octal22315516103227525421762
Binary1001001111011011110001011010101111010101011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,109,113); }

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

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

 a { background-color: rgb(147,109,113); }

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

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

 span { border-color: rgb(147,109,113); }

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