#9D696A

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

Shades of Turkish Rose #9D696A

Tints of Turkish Rose #9D696A

Color information

#9D696A (or 0x9D696A) is unknown color: approx Turkish Rose. HEX triplet: 9D, 69 and 6A. RGB value is (157,105,106). Sum of RGB (Red+Green+Blue) = 157+105+106=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D696A is #629695. Grayscale: #787878. Windows color (decimal): -6461078 or 6973853. OLE color: 6973853.

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

Color convert

RGB157105106-
CMYK00.330.320.38
HSL358.85º20.97%51.37%-
HSV(B)358.85º33.12%61.57%-
XYZ21.5618.3116.03-
YUV120.66119.73153.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=42.66%
G=28.53%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710510600.330.320.38358.8520.9751.37
Hex9D696A02120261671533
Octal23515115204140465472563
Binary1001110111010011101010010000110000010011010110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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