#996A6E

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

Shades of Turkish Rose #996A6E

Tints of Turkish Rose #996A6E

Color information

#996A6E (or 0x996A6E) is unknown color: approx Turkish Rose. HEX triplet: 99, 6A and 6E. RGB value is (153,106,110). Sum of RGB (Red+Green+Blue) = 153+106+110=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A6E is #669591. Grayscale: #787878. Windows color (decimal): -6722962 or 7236249. OLE color: 7236249.

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

Color convert

RGB153106110-
CMYK00.310.280.4
HSL354.89º18.73%50.78%-
HSV(B)354.89º30.72%60%-
XYZ21.1118.2117.15-
YUV120.51122.07151.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=41.46%
G=28.73%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310611000.310.280.4354.8918.7350.78
Hex996A6E01F1C281631333
Octal23115215603734505432363
Binary10011001110101011011100111111110010100010110001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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