#966769

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

Shades of Turkish Rose #966769

Tints of Turkish Rose #966769

Color information

#966769 (or 0x966769) is unknown color: approx Turkish Rose. HEX triplet: 96, 67 and 69. RGB value is (150,103,105). Sum of RGB (Red+Green+Blue) = 150+103+105=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #966769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966769 is #699896. Grayscale: #757575. Windows color (decimal): -6920343 or 6907798. OLE color: 6907798.

HSL color Cylindrical-coordinate representation of color #966769: hue angle of 357.45º 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 #966769 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150103105-
CMYK00.310.300.41
HSL357.45º18.58%49.61%-
HSV(B)357.45º31.33%58.82%-
XYZ19.9817.215.63-
YUV117.28121.07151.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=41.90%
G=28.77%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010310500.310.300.41357.4518.5849.61
Hex96676901F1E291651332
Octal22614715103736515452362
Binary10010110110011111010010111111111010100110110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966769; }

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

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

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

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

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

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

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

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