#996465

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

Shades of Turkish Rose #996465

Tints of Turkish Rose #996465

Color information

#996465 (or 0x996465) is unknown color: approx Turkish Rose. HEX triplet: 99, 64 and 65. RGB value is (153,100,101). Sum of RGB (Red+Green+Blue) = 153+100+101=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996465 is #669B9A. Grayscale: #747474. Windows color (decimal): -6724507 or 6644889. OLE color: 6644889.

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

Color convert

RGB153100101-
CMYK00.350.340.4
HSL358.87º20.95%49.61%-
HSV(B)358.87º34.64%60%-
XYZ20.0416.8314.5-
YUV115.96119.56154.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=43.22%
G=28.25%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310010100.350.340.4358.8720.9549.61
Hex99646502322281671532
Octal23114414504342505472562
Binary1001100111001001100101010001110001010100010110011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996465; }

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

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

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

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

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

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

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

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