#976970

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

Shades of Turkish Rose #976970

Tints of Turkish Rose #976970

Color information

#976970 (or 0x976970) is unknown color: approx Turkish Rose. HEX triplet: 97, 69 and 70. RGB value is (151,105,112). Sum of RGB (Red+Green+Blue) = 151+105+112=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #976970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976970 is #68968F. Grayscale: #777777. Windows color (decimal): -6854288 or 7367063. OLE color: 7367063.

HSL color Cylindrical-coordinate representation of color #976970: hue angle of 350.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976970 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB151105112-
CMYK00.300.260.41
HSL350.87º18.11%50.2%-
HSV(B)350.87º30.46%59.22%-
XYZ20.7417.8517.68-
YUV119.55123.74150.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=41.03%
G=28.53%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110511200.300.260.41350.8718.1150.2
Hex97697001E1A2915f1232
Octal22715116003632515372262
Binary10010111110100111100000111101101010100110101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976970; }

 p { color: rgb(151,105,112); }

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

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

 a { background-color: rgb(151,105,112); }

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

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

 span { border-color: rgb(151,105,112); }

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