Html Css Color HEX #9D6B6E Turkish Rose

📋 copy color: '#9D6B6E'

red 157 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #9D6B6E

Tints of Turkish Rose #9D6B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

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

R = 41.98%
G = 28.61%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D6B6E (or 0x9D6B6E) is known color: Turkish Rose. HEX triplet: 9D, 6B and 6E. RGB value is (157,107,110). Sum of RGB (Red+Green+Blue) = 157+107+110=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B6E is #629491. Grayscale: #7A7A7A. Windows color (decimal): -6460562 or 7236509. OLE color: 7236509.

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

Color convert

RGB 157 107 110 -
CMYK 0 0.32 0.30 0.38
HSL 356.4º 0.2% 0.52% -
HSV(B) 356.4º 0.32% 0.62% -
XYZ 21.98 18.81 17.22 -
YUV 122.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 157 107 110 0 0.32 0.30 0.38 356.4 0.2 0.52
Hex 9D 6B 6E 0 20 1E 26 164 14 34
Octal 235 153 156 0 40 36 46 544 24 64
Binary 10011101 1101011 1101110 0 100000 11110 100110 101100100 10100 110100

Color Harmonies of #9D6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6B6E

Black with #9D6B6E

Text Example


Text Example

White with #9D6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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