#99717B

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

Shades of Turkish Rose #99717B

Tints of Turkish Rose #99717B

Color information

#99717B (or 0x99717B) is unknown color: approx Turkish Rose. HEX triplet: 99, 71 and 7B. RGB value is (153,113,123). Sum of RGB (Red+Green+Blue) = 153+113+123=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99717B is #668E84. Grayscale: #7E7E7E. Windows color (decimal): -6721157 or 8090009. OLE color: 8090009.

HSL color Cylindrical-coordinate representation of color #99717B: hue angle of 345º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99717B is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153113123-
CMYK00.260.200.4
HSL345º16.39%52.16%-
HSV(B)345º26.14%60%-
XYZ22.6220.0121.41-
YUV126.1126.25147.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=39.33%
G=29.05%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311312300.260.200.434516.3952.16
Hex99717B01A14281591034
Octal23116117303224505312064
Binary10011001111000111110110110101010010100010101100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99717B; }

 p { color: rgb(153,113,123); }

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

<style>
 a { background-color: #99717B; }

 a { background-color: rgb(153,113,123); }

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

<style>
 span { border-color: #99717B; }

 span { border-color: rgb(153,113,123); }

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