Html Css Color HEX #9D666A Turkish Rose

📋 copy color: '#9D666A'

red 157 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #9D666A

Tints of Turkish Rose #9D666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 43.01%
G = 27.95%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D666A (or 0x9D666A) is known color: Turkish Rose. HEX triplet: 9D, 66 and 6A. RGB value is (157,102,106). Sum of RGB (Red+Green+Blue) = 157+102+106=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D666A is #629995. Grayscale: #767676. Windows color (decimal): -6461846 or 6973085. OLE color: 6973085.

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

Color convert

RGB 157 102 106 -
CMYK 0 0.35 0.32 0.38
HSL 355.64º 0.22% 0.51% -
HSV(B) 355.64º 0.35% 0.62% -
XYZ 21.26 17.71 15.93 -
YUV 118.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 157 102 106 0 0.35 0.32 0.38 355.64 0.22 0.51
Hex 9D 66 6A 0 23 20 26 164 16 33
Octal 235 146 152 0 43 40 46 544 26 63
Binary 10011101 1100110 1101010 0 100011 100000 100110 101100100 10110 110011

Color Harmonies of #9D666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D666A

Black with #9D666A

Text Example


Text Example

White with #9D666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,106); }

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

background-color css

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

 a { background-color: rgb(157,102,106); }

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

border-color css

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

 span { border-color: rgb(157,102,106); }

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