#967579

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

Shades of Turkish Rose #967579

Tints of Turkish Rose #967579

Color information

#967579 (or 0x967579) is unknown color: approx Turkish Rose. HEX triplet: 96, 75 and 79. RGB value is (150,117,121). Sum of RGB (Red+Green+Blue) = 150+117+121=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #967579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967579 is #698A86. Grayscale: #7F7F7F. Windows color (decimal): -6916743 or 7959958. OLE color: 7959958.

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

Color convert

RGB150117121-
CMYK00.220.190.41
HSL352.73º13.58%52.35%-
HSV(B)352.73º22%58.82%-
XYZ22.3920.5920.88-
YUV127.32124.43144.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=38.66%
G=30.15%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011712100.220.190.41352.7313.5852.35
Hex9675790161329161e34
Octal22616517102623515411664
Binary1001011011101011111001010110100111010011011000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967579; }

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

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

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

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

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

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

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

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