#9D6D6E

Color #9D6D6E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9D6D6E

Tints of Turkish Rose #9D6D6E

Color information

#9D6D6E (or 0x9D6D6E) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6D and 6E. RGB value is (157,109,110). Sum of RGB (Red+Green+Blue) = 157+109+110=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6D6E is #629291. Grayscale: #7B7B7B. Windows color (decimal): -6460050 or 7237021. OLE color: 7237021.

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

Color convert

RGB157109110-
CMYK00.310.300.38
HSL358.75º19.67%52.16%-
HSV(B)358.75º30.57%61.57%-
XYZ22.1919.2317.29-
YUV123.47120.4151.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=41.76%
G=28.99%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710911000.310.300.38358.7519.6752.16
Hex9D6D6E01F1E261671434
Octal23515515603736465472464
Binary10011101110110111011100111111111010011010110011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D6D6E;
 }
 .AnyTagClassName
 {
   color: #9D6D6E;
 }
</style>
background-color css

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

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

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

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

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

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