#996970

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

Shades of Turkish Rose #996970

Tints of Turkish Rose #996970

Color information

#996970 (or 0x996970) is unknown color: approx Turkish Rose. HEX triplet: 99, 69 and 70. RGB value is (153,105,112). Sum of RGB (Red+Green+Blue) = 153+105+112=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996970 is #66968F. Grayscale: #787878. Windows color (decimal): -6723216 or 7367065. OLE color: 7367065.

HSL color Cylindrical-coordinate representation of color #996970: hue angle of 351.25º 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 #996970 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB153105112-
CMYK00.310.270.4
HSL351.25º19.05%50.59%-
HSV(B)351.25º31.37%60%-
XYZ21.1118.0517.7-
YUV120.15123.4151.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=41.35%
G=28.38%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310511200.310.270.4351.2519.0550.59
Hex99697001F1B2815f1333
Octal23115116003733505372363
Binary10011001110100111100000111111101110100010101111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996970; }

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

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

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

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

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

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

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

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