#936F70

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

Shades of Turkish Rose #936F70

Tints of Turkish Rose #936F70

Color information

#936F70 (or 0x936F70) is unknown color: approx Turkish Rose. HEX triplet: 93, 6F and 70. RGB value is (147,111,112). Sum of RGB (Red+Green+Blue) = 147+111+112=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #936F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F70 is #6C908F. Grayscale: #797979. Windows color (decimal): -7114896 or 7368595. OLE color: 7368595.

HSL color Cylindrical-coordinate representation of color #936F70: hue angle of 358.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #936F70 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147111112-
CMYK00.240.240.42
HSL358.33º14.29%50.59%-
HSV(B)358.33º24.49%57.65%-
XYZ20.6418.7417.86-
YUV121.88122.43145.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=39.73%
G=30%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711111200.240.240.42358.3314.2950.59
Hex936F70018182A166e33
Octal22315716003030525461663
Binary1001001111011111110000011000110001010101011001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,111,112); }

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

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

 a { background-color: rgb(147,111,112); }

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

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

 span { border-color: rgb(147,111,112); }

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