Html Css Color HEX #9D656E Turkish Rose

📋 copy color: '#9D656E'

red 157 ◦ green 101 ◦ blue 110

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

Shades of Turkish Rose #9D656E

Tints of Turkish Rose #9D656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 42.66%
G = 27.45%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D656E (or 0x9D656E) is known color: Turkish Rose. HEX triplet: 9D, 65 and 6E. RGB value is (157,101,110). Sum of RGB (Red+Green+Blue) = 157+101+110=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D656E is #629A91. Grayscale: #767676. Windows color (decimal): -6462098 or 7234973. OLE color: 7234973.

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

Color convert

RGB 157 101 110 -
CMYK 0 0.36 0.30 0.38
HSL 350.36º 0.22% 0.51% -
HSV(B) 350.36º 0.36% 0.62% -
XYZ 21.37 17.6 17.02 -
YUV 118.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 157 101 110 0 0.36 0.30 0.38 350.36 0.22 0.51
Hex 9D 65 6E 0 24 1E 26 15E 16 33
Octal 235 145 156 0 44 36 46 536 26 63
Binary 10011101 1100101 1101110 0 100100 11110 100110 101011110 10110 110011

Color Harmonies of #9D656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D656E

Black with #9D656E

Text Example


Text Example

White with #9D656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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