#96767C

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

Shades of Turkish Rose #96767C

Tints of Turkish Rose #96767C

Color information

#96767C (or 0x96767C) is unknown color: approx Turkish Rose. HEX triplet: 96, 76 and 7C. RGB value is (150,118,124). Sum of RGB (Red+Green+Blue) = 150+118+124=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767C is #698983. Grayscale: #808080. Windows color (decimal): -6916484 or 8156822. OLE color: 8156822.

HSL color Cylindrical-coordinate representation of color #96767C: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96767C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150118124-
CMYK00.210.170.41
HSL348.75º13.22%52.55%-
HSV(B)348.75º21.33%58.82%-
XYZ22.6920.921.91-
YUV128.25125.6143.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=38.27%
G=30.10%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011812400.210.170.41348.7513.2252.55
Hex96767C015112915dd35
Octal22616617402521515351565
Binary1001011011101101111100010101100011010011010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96767C; }

 p { color: rgb(150,118,124); }

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

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

 a { background-color: rgb(150,118,124); }

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

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

 span { border-color: rgb(150,118,124); }

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