#967076

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

Shades of Turkish Rose #967076

Tints of Turkish Rose #967076

Color information

#967076 (or 0x967076) is unknown color: approx Turkish Rose. HEX triplet: 96, 70 and 76. RGB value is (150,112,118). Sum of RGB (Red+Green+Blue) = 150+112+118=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #967076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967076 is #698F89. Grayscale: #7C7C7C. Windows color (decimal): -6918026 or 7762070. OLE color: 7762070.

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

Color convert

RGB150112118-
CMYK00.250.210.41
HSL350.53º15.32%51.37%-
HSV(B)350.53º25.33%58.82%-
XYZ21.6419.3819.74-
YUV124.05124.59146.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=39.47%
G=29.47%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011211800.250.210.41350.5315.3251.37
Hex967076019152915ff33
Octal22616016603125515371763
Binary1001011011100001110110011001101011010011010111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967076; }

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

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

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

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

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

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

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

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