#996971

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

Shades of Turkish Rose #996971

Tints of Turkish Rose #996971

Color information

#996971 (or 0x996971) is unknown color: approx Turkish Rose. HEX triplet: 99, 69 and 71. RGB value is (153,105,113). Sum of RGB (Red+Green+Blue) = 153+105+113=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996971 is #66968E. Grayscale: #787878. Windows color (decimal): -6723215 or 7432601. OLE color: 7432601.

HSL color Cylindrical-coordinate representation of color #996971: hue angle of 350º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996971 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB153105113-
CMYK00.310.260.4
HSL350º19.05%50.59%-
HSV(B)350º31.37%60%-
XYZ21.1718.0717.99-
YUV120.26123.9151.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=41.24%
G=28.30%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310511300.310.260.435019.0550.59
Hex99697101F1A2815e1333
Octal23115116103732505362363
Binary10011001110100111100010111111101010100010101111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996971; }

 p { color: rgb(153,105,113); }

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

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

 a { background-color: rgb(153,105,113); }

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

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

 span { border-color: rgb(153,105,113); }

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