Html Css Color HEX #9D696E Turkish Rose

📋 copy color: '#9D696E'

red 157 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #9D696E

Tints of Turkish Rose #9D696E

RGB

 RED value IS 157 (61.72% from 255) = 42.2%

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

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

R = 42.2%
G = 28.23%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D696E (or 0x9D696E) is known color: Turkish Rose. HEX triplet: 9D, 69 and 6E. RGB value is (157,105,110). Sum of RGB (Red+Green+Blue) = 157+105+110=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D696E is #629691. Grayscale: #797979. Windows color (decimal): -6461074 or 7235997. OLE color: 7235997.

HSL color Cylindrical-coordinate representation of color #9D696E: hue angle of 354.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D696E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 105 110 -
CMYK 0 0.33 0.30 0.38
HSL 354.23º 0.21% 0.51% -
HSV(B) 354.23º 0.33% 0.62% -
XYZ 21.77 18.4 17.16 -
YUV 121.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 157 105 110 0 0.33 0.30 0.38 354.23 0.21 0.51
Hex 9D 69 6E 0 21 1E 26 162 15 33
Octal 235 151 156 0 41 36 46 542 25 63
Binary 10011101 1101001 1101110 0 100001 11110 100110 101100010 10101 110011

Color Harmonies of #9D696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D696E

Black with #9D696E

Text Example


Text Example

White with #9D696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D696E; }

 p { color: rgb(157,105,110); }

 H1.HeaderClassName
 {
   color: #9D696E;
 }
 .AnyTagClassName
 {
   color: #9D696E;
 }
</style>

background-color css

<style>
 a { background-color: #9D696E; }

 a { background-color: rgb(157,105,110); }

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

border-color css

<style>
 span { border-color: #9D696E; }

 span { border-color: rgb(157,105,110); }

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