#9D646A

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

Shades of Turkish Rose #9D646A

Tints of Turkish Rose #9D646A

Color information

#9D646A (or 0x9D646A) is unknown color: approx Turkish Rose. HEX triplet: 9D, 64 and 6A. RGB value is (157,100,106). Sum of RGB (Red+Green+Blue) = 157+100+106=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D646A is #629B95. Grayscale: #757575. Windows color (decimal): -6462358 or 6972573. OLE color: 6972573.

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

Color convert

RGB157100106-
CMYK00.360.320.38
HSL353.68º22.53%50.39%-
HSV(B)353.68º36.31%61.57%-
XYZ21.0617.3215.87-
YUV117.73121.38156.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=43.25%
G=27.55%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710010600.360.320.38353.6822.5350.39
Hex9D646A02420261621732
Octal23514415204440465422762
Binary1001110111001001101010010010010000010011010110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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