#99696C

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

Shades of Turkish Rose #99696C

Tints of Turkish Rose #99696C

Color information

#99696C (or 0x99696C) is unknown color: approx Turkish Rose. HEX triplet: 99, 69 and 6C. RGB value is (153,105,108). Sum of RGB (Red+Green+Blue) = 153+105+108=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99696C is #669693. Grayscale: #777777. Windows color (decimal): -6723220 or 7104921. OLE color: 7104921.

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

Color convert

RGB153105108-
CMYK00.310.290.4
HSL356.25º19.05%50.59%-
HSV(B)356.25º31.37%60%-
XYZ20.917.9616.55-
YUV119.69121.4151.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=41.80%
G=28.69%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310510800.310.290.4356.2519.0550.59
Hex99696C01F1D281641333
Octal23115115403735505442363
Binary10011001110100111011000111111110110100010110010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99696C; }

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

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

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

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

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

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

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

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