#99747B

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

Shades of Turkish Rose #99747B

Tints of Turkish Rose #99747B

Color information

#99747B (or 0x99747B) is unknown color: approx Turkish Rose. HEX triplet: 99, 74 and 7B. RGB value is (153,116,123). Sum of RGB (Red+Green+Blue) = 153+116+123=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99747B is #668B84. Grayscale: #7F7F7F. Windows color (decimal): -6720389 or 8090777. OLE color: 8090777.

HSL color Cylindrical-coordinate representation of color #99747B: hue angle of 348.65º 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 #99747B is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153116123-
CMYK00.240.200.4
HSL348.65º15.35%52.75%-
HSV(B)348.65º24.18%60%-
XYZ22.9620.6921.52-
YUV127.86125.26145.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=39.03%
G=29.59%
B=31.38%

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
Decimal15311612300.240.200.4348.6515.3552.75
Hex99747B018142815df35
Octal23116417303024505351765
Binary1001100111101001111011011000101001010001010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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