Html Css Color HEX #936F75 Turkish Rose

📋 copy color: '#936F75'

red 147 ◦ green 111 ◦ blue 117

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

Shades of Turkish Rose #936F75

Tints of Turkish Rose #936F75

RGB

 RED value IS 147 (57.81% from 255) = 39.2%

 GREEN value IS 111 (43.75% from 255) = 29.6%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 39.2%
G = 29.6%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#936F75 (or 0x936F75) is known color: Turkish Rose. HEX triplet: 93, 6F and 75. RGB value is (147,111,117). Sum of RGB (Red+Green+Blue) = 147+111+117=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #936F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F75 is #6C908A. Grayscale: #7A7A7A. Windows color (decimal): -7114891 or 7696275. OLE color: 7696275.

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

Color convert

RGB 147 111 117 -
CMYK 0 0.24 0.20 0.42
HSL 350º 0.14% 0.51% -
HSV(B) 350º 0.24% 0.58% -
XYZ 20.93 18.86 19.37 -
YUV 122.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 147 111 117 0 0.24 0.20 0.42 350 0.14 0.51
Hex 93 6F 75 0 18 14 2A 15E E 33
Octal 223 157 165 0 30 24 52 536 16 63
Binary 10010011 1101111 1110101 0 11000 10100 101010 101011110 1110 110011

Color Harmonies of #936F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936F75

Black with #936F75

Text Example


Text Example

White with #936F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #936F75;
 }
 .AnyTagClassName
 {
   color: #936F75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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