#967576

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

Shades of Turkish Rose #967576

Tints of Turkish Rose #967576

Color information

#967576 (or 0x967576) is unknown color: approx Turkish Rose. HEX triplet: 96, 75 and 76. RGB value is (150,117,118). Sum of RGB (Red+Green+Blue) = 150+117+118=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #967576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967576 is #698A89. Grayscale: #7F7F7F. Windows color (decimal): -6916746 or 7763350. OLE color: 7763350.

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

Color convert

RGB150117118-
CMYK00.220.210.41
HSL358.18º13.58%52.35%-
HSV(B)358.18º22%58.82%-
XYZ22.2120.5119.93-
YUV126.98122.93144.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=38.96%
G=30.39%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011711800.220.210.41358.1813.5852.35
Hex9675760161529166e34
Octal22616516602625515461664
Binary1001011011101011110110010110101011010011011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967576; }

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

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

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

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

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

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

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

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