Html Css Color HEX #93696B Turkish Rose

📋 copy color: '#93696B'

red 147 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #93696B

Tints of Turkish Rose #93696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 40.95%
G = 29.25%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93696B (or 0x93696B) is known color: Turkish Rose. HEX triplet: 93, 69 and 6B. RGB value is (147,105,107). Sum of RGB (Red+Green+Blue) = 147+105+107=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93696B is #6C9694. Grayscale: #757575. Windows color (decimal): -7116437 or 7039379. OLE color: 7039379.

HSL color Cylindrical-coordinate representation of color #93696B: hue angle of 357.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93696B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 105 107 -
CMYK 0 0.29 0.27 0.42
HSL 357.14º 0.17% 0.49% -
HSV(B) 357.14º 0.29% 0.58% -
XYZ 19.74 17.37 16.22 -
YUV 117.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 147 105 107 0 0.29 0.27 0.42 357.14 0.17 0.49
Hex 93 69 6B 0 1D 1B 2A 165 11 31
Octal 223 151 153 0 35 33 52 545 21 61
Binary 10010011 1101001 1101011 0 11101 11011 101010 101100101 10001 110001

Color Harmonies of #93696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93696B

Black with #93696B

Text Example


Text Example

White with #93696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93696B; }

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

 H1.HeaderClassName
 {
   color: #93696B;
 }
 .AnyTagClassName
 {
   color: #93696B;
 }
</style>

background-color css

<style>
 a { background-color: #93696B; }

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

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

border-color css

<style>
 span { border-color: #93696B; }

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

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