#967179

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

Shades of Turkish Rose #967179

Tints of Turkish Rose #967179

Color information

#967179 (or 0x967179) is unknown color: approx Turkish Rose. HEX triplet: 96, 71 and 79. RGB value is (150,113,121). Sum of RGB (Red+Green+Blue) = 150+113+121=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967179 is #698E86. Grayscale: #7C7C7C. Windows color (decimal): -6917767 or 7958934. OLE color: 7958934.

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

Color convert

RGB150113121-
CMYK00.250.190.41
HSL347.03º14.98%51.57%-
HSV(B)347.03º24.67%58.82%-
XYZ21.9319.6720.73-
YUV124.98125.76145.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=39.06%
G=29.43%
B=31.51%

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
Decimal15011312100.250.190.41347.0314.9851.57
Hex967179019132915bf34
Octal22616117103123515331764
Binary1001011011100011111001011001100111010011010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967179; }

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

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

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

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

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

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

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

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