#916F72

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

Shades of Turkish Rose #916F72

Tints of Turkish Rose #916F72

Color information

#916F72 (or 0x916F72) is unknown color: approx Turkish Rose. HEX triplet: 91, 6F and 72. RGB value is (145,111,114). Sum of RGB (Red+Green+Blue) = 145+111+114=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #916F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F72 is #6E908D. Grayscale: #797979. Windows color (decimal): -7245966 or 7499665. OLE color: 7499665.

HSL color Cylindrical-coordinate representation of color #916F72: hue angle of 354.71º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F72 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145111114-
CMYK00.230.210.43
HSL354.71º13.39%50.2%-
HSV(B)354.71º23.45%56.86%-
XYZ20.418.618.44-
YUV121.51123.76144.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=39.19%
G=30%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511111400.230.210.43354.7113.3950.2
Hex916F72017152B163d32
Octal22115716202725535431562
Binary1001000111011111110010010111101011010111011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F72; }

 p { color: rgb(145,111,114); }

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

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

 a { background-color: rgb(145,111,114); }

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

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

 span { border-color: rgb(145,111,114); }

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