Html Css Color HEX #9D666D Turkish Rose

📋 copy color: '#9D666D'

red 157 ◦ green 102 ◦ blue 109

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

Shades of Turkish Rose #9D666D

Tints of Turkish Rose #9D666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 42.66%
G = 27.72%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D666D (or 0x9D666D) is known color: Turkish Rose. HEX triplet: 9D, 66 and 6D. RGB value is (157,102,109). Sum of RGB (Red+Green+Blue) = 157+102+109=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D666D is #629992. Grayscale: #777777. Windows color (decimal): -6461843 or 7169693. OLE color: 7169693.

HSL color Cylindrical-coordinate representation of color #9D666D: hue angle of 352.36º 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 #9D666D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 102 109 -
CMYK 0 0.35 0.31 0.38
HSL 352.36º 0.22% 0.51% -
HSV(B) 352.36º 0.35% 0.62% -
XYZ 21.42 17.77 16.77 -
YUV 119.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 157 102 109 0 0.35 0.31 0.38 352.36 0.22 0.51
Hex 9D 66 6D 0 23 1F 26 160 16 33
Octal 235 146 155 0 43 37 46 540 26 63
Binary 10011101 1100110 1101101 0 100011 11111 100110 101100000 10110 110011

Color Harmonies of #9D666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D666D

Black with #9D666D

Text Example


Text Example

White with #9D666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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