#936D6E

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

Shades of Turkish Rose #936D6E

Tints of Turkish Rose #936D6E

Color information

#936D6E (or 0x936D6E) is unknown color: approx Turkish Rose. HEX triplet: 93, 6D and 6E. RGB value is (147,109,110). Sum of RGB (Red+Green+Blue) = 147+109+110=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D6E is #6C9291. Grayscale: #787878. Windows color (decimal): -7115410 or 7237011. OLE color: 7237011.

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

Color convert

RGB147109110-
CMYK00.260.250.42
HSL358.42º14.96%50.2%-
HSV(B)358.42º25.85%57.65%-
XYZ20.3218.2717.21-
YUV120.48122.09146.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=40.16%
G=29.78%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710911000.260.250.42358.4214.9650.2
Hex936D6E01A192A166f32
Octal22315515603231525461762
Binary1001001111011011101110011010110011010101011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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