Html Css Color HEX #936D71 Turkish Rose

📋 copy color: '#936D71'

red 147 ◦ green 109 ◦ blue 113

#936D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #936D71

Tints of Turkish Rose #936D71

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 value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#936D71 (or 0x936D71) is known color: 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

RGB 147 109 113 -
CMYK 0 0.26 0.23 0.42
HSL 353.68º 0.15% 0.5% -
HSV(B) 353.68º 0.26% 0.58% -
XYZ 20.48 18.33 18.08 -
YUV 120.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 147 109 113 0 0.26 0.23 0.42 353.68 0.15 0.5
Hex 93 6D 71 0 1A 17 2A 162 F 32
Octal 223 155 161 0 32 27 52 542 17 62
Binary 10010011 1101101 1110001 0 11010 10111 101010 101100010 1111 110010

Color Harmonies of #936D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936D71

Black with #936D71

Text Example


Text Example

White with #936D71

Text Example


Text Example

HTML Codes & Css Web 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>