#996A72

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

Shades of Turkish Rose #996A72

Tints of Turkish Rose #996A72

Color information

#996A72 (or 0x996A72) is unknown color: approx Turkish Rose. HEX triplet: 99, 6A and 72. RGB value is (153,106,114). Sum of RGB (Red+Green+Blue) = 153+106+114=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #996A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A72 is #66958D. Grayscale: #787878. Windows color (decimal): -6722958 or 7498393. OLE color: 7498393.

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

Color convert

RGB153106114-
CMYK00.310.250.4
HSL349.79º18.73%50.78%-
HSV(B)349.79º30.72%60%-
XYZ21.3318.318.33-
YUV120.96124.07150.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=41.02%
G=28.42%
B=30.56%

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
Decimal15310611400.310.250.4349.7918.7350.78
Hex996A7201F192815e1333
Octal23115216203731505362363
Binary10011001110101011100100111111100110100010101111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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