#966869

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

Shades of Turkish Rose #966869

Tints of Turkish Rose #966869

Color information

#966869 (or 0x966869) is unknown color: approx Turkish Rose. HEX triplet: 96, 68 and 69. RGB value is (150,104,105). Sum of RGB (Red+Green+Blue) = 150+104+105=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #966869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966869 is #699796. Grayscale: #757575. Windows color (decimal): -6920087 or 6908054. OLE color: 6908054.

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

Color convert

RGB150104105-
CMYK00.310.300.41
HSL358.7º18.11%49.8%-
HSV(B)358.7º30.67%58.82%-
XYZ20.0817.415.67-
YUV117.87120.74150.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=41.78%
G=28.97%
B=29.25%

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
Decimal15010410500.310.300.41358.718.1149.8
Hex96686901F1E291671232
Octal22615015103736515472262
Binary10010110110100011010010111111111010100110110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966869; }

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

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

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

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

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

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

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

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