#966768

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

Shades of Turkish Rose #966768

Tints of Turkish Rose #966768

Color information

#966768 (or 0x966768) is unknown color: approx Turkish Rose. HEX triplet: 96, 67 and 68. RGB value is (150,103,104). Sum of RGB (Red+Green+Blue) = 150+103+104=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966768 is #699897. Grayscale: #757575. Windows color (decimal): -6920344 or 6842262. OLE color: 6842262.

HSL color Cylindrical-coordinate representation of color #966768: hue angle of 358.72º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966768 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150103104-
CMYK00.310.310.41
HSL358.72º18.58%49.61%-
HSV(B)358.72º31.33%58.82%-
XYZ19.9317.1815.36-
YUV117.17120.57151.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=42.02%
G=28.85%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010310400.310.310.41358.7218.5849.61
Hex96676801F1F291671332
Octal22614715003737515472362
Binary10010110110011111010000111111111110100110110011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966768; }

 p { color: rgb(150,103,104); }

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

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

 a { background-color: rgb(150,103,104); }

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

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

 span { border-color: rgb(150,103,104); }

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