#99737A

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

Shades of Turkish Rose #99737A

Tints of Turkish Rose #99737A

Color information

#99737A (or 0x99737A) is unknown color: approx Turkish Rose. HEX triplet: 99, 73 and 7A. RGB value is (153,115,122). Sum of RGB (Red+Green+Blue) = 153+115+122=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737A is #668C85. Grayscale: #7F7F7F. Windows color (decimal): -6720646 or 8024985. OLE color: 8024985.

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

Color convert

RGB153115122-
CMYK00.250.200.4
HSL348.95º15.7%52.55%-
HSV(B)348.95º24.84%60%-
XYZ22.7820.4421.16-
YUV127.16125.09146.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=39.23%
G=29.49%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311512200.250.200.4348.9515.752.55
Hex99737A019142815d1035
Octal23116317203124505352065
Binary10011001111001111110100110011010010100010101110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99737A; }

 p { color: rgb(153,115,122); }

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

<style>
 a { background-color: #99737A; }

 a { background-color: rgb(153,115,122); }

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

<style>
 span { border-color: #99737A; }

 span { border-color: rgb(153,115,122); }

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