#996A73

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

Shades of Turkish Rose #996A73

Tints of Turkish Rose #996A73

Color information

#996A73 (or 0x996A73) is unknown color: approx Turkish Rose. HEX triplet: 99, 6A and 73. RGB value is (153,106,115). Sum of RGB (Red+Green+Blue) = 153+106+115=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A73 is #66958C. Grayscale: #797979. Windows color (decimal): -6722957 or 7563929. OLE color: 7563929.

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

Color convert

RGB153106115-
CMYK00.310.250.4
HSL348.51º18.73%50.78%-
HSV(B)348.51º30.72%60%-
XYZ21.3918.3218.63-
YUV121.08124.57150.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=40.91%
G=28.34%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310611500.310.250.4348.5118.7350.78
Hex996A7301F192815d1333
Octal23115216303731505352363
Binary10011001110101011100110111111100110100010101110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996A73; }

 p { color: rgb(153,106,115); }

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

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

 a { background-color: rgb(153,106,115); }

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

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

 span { border-color: rgb(153,106,115); }

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