#996364

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

Shades of Turkish Rose #996364

Tints of Turkish Rose #996364

Color information

#996364 (or 0x996364) is unknown color: approx Turkish Rose. HEX triplet: 99, 63 and 64. RGB value is (153,99,100). Sum of RGB (Red+Green+Blue) = 153+99+100=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996364 is #669C9B. Grayscale: #737373. Windows color (decimal): -6724764 or 6579097. OLE color: 6579097.

HSL color Cylindrical-coordinate representation of color #996364: hue angle of 358.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996364 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB15399100-
CMYK00.350.350.4
HSL358.89º21.43%49.41%-
HSV(B)358.89º35.29%60%-
XYZ19.916.6214.22-
YUV115.26119.39154.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=43.47%
G=28.12%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539910000.350.350.4358.8921.4349.41
Hex99636402323281671531
Octal23114314404343505472561
Binary1001100111000111100100010001110001110100010110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996364; }

 p { color: rgb(153,99,100); }

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

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

 a { background-color: rgb(153,99,100); }

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

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

 span { border-color: rgb(153,99,100); }

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