#967079

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

Shades of Turkish Rose #967079

Tints of Turkish Rose #967079

Color information

#967079 (or 0x967079) is unknown color: approx Turkish Rose. HEX triplet: 96, 70 and 79. RGB value is (150,112,121). Sum of RGB (Red+Green+Blue) = 150+112+121=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #967079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967079 is #698F86. Grayscale: #7C7C7C. Windows color (decimal): -6918023 or 7958678. OLE color: 7958678.

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

Color convert

RGB150112121-
CMYK00.250.190.41
HSL345.79º15.32%51.37%-
HSV(B)345.79º25.33%58.82%-
XYZ21.8219.4520.69-
YUV124.39126.09146.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=39.16%
G=29.24%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011212100.250.190.41345.7915.3251.37
Hex967079019132915af33
Octal22616017103123515321763
Binary1001011011100001111001011001100111010011010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967079; }

 p { color: rgb(150,112,121); }

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

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

 a { background-color: rgb(150,112,121); }

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

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

 span { border-color: rgb(150,112,121); }

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