#99747A

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

Shades of Turkish Rose #99747A

Tints of Turkish Rose #99747A

Color information

#99747A (or 0x99747A) is unknown color: approx Turkish Rose. HEX triplet: 99, 74 and 7A. RGB value is (153,116,122). Sum of RGB (Red+Green+Blue) = 153+116+122=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99747A is #668B85. Grayscale: #7F7F7F. Windows color (decimal): -6720390 or 8025241. OLE color: 8025241.

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

Color convert

RGB153116122-
CMYK00.240.200.4
HSL350.27º15.35%52.75%-
HSV(B)350.27º24.18%60%-
XYZ22.920.6721.2-
YUV127.75124.76146.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=39.13%
G=29.67%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311612200.240.200.4350.2715.3552.75
Hex99747A018142815ef35
Octal23116417203024505361765
Binary1001100111101001111010011000101001010001010111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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