Html Css Color HEX #936B6E Turkish Rose

📋 copy color: '#936B6E'

red 147 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #936B6E

Tints of Turkish Rose #936B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 40.38%
G = 29.4%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#936B6E (or 0x936B6E) is known color: Turkish Rose. HEX triplet: 93, 6B and 6E. RGB value is (147,107,110). Sum of RGB (Red+Green+Blue) = 147+107+110=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #936B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B6E is #6C9491. Grayscale: #777777. Windows color (decimal): -7115922 or 7236499. OLE color: 7236499.

HSL color Cylindrical-coordinate representation of color #936B6E: hue angle of 355.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B6E is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 107 110 -
CMYK 0 0.27 0.25 0.42
HSL 355.5º 0.16% 0.5% -
HSV(B) 355.5º 0.27% 0.58% -
XYZ 20.1 17.84 17.14 -
YUV 119.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 147 107 110 0 0.27 0.25 0.42 355.5 0.16 0.5
Hex 93 6B 6E 0 1B 19 2A 164 10 32
Octal 223 153 156 0 33 31 52 544 20 62
Binary 10010011 1101011 1101110 0 11011 11001 101010 101100100 10000 110010

Color Harmonies of #936B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936B6E

Black with #936B6E

Text Example


Text Example

White with #936B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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