#996A74

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

Shades of Turkish Rose #996A74

Tints of Turkish Rose #996A74

Color information

#996A74 (or 0x996A74) is unknown color: approx Turkish Rose. HEX triplet: 99, 6A and 74. RGB value is (153,106,116). Sum of RGB (Red+Green+Blue) = 153+106+116=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A74 is #66958B. Grayscale: #797979. Windows color (decimal): -6722956 or 7629465. OLE color: 7629465.

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

Color convert

RGB153106116-
CMYK00.310.240.4
HSL347.23º18.73%50.78%-
HSV(B)347.23º30.72%60%-
XYZ21.4418.3418.93-
YUV121.19125.07150.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=40.8%
G=28.27%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310611600.310.240.4347.2318.7350.78
Hex996A7401F182815b1333
Octal23115216403730505332363
Binary10011001110101011101000111111100010100010101101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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