#906D6F

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

Shades of Turkish Rose #906D6F

Tints of Turkish Rose #906D6F

Color information

#906D6F (or 0x906D6F) is unknown color: approx Turkish Rose. HEX triplet: 90, 6D and 6F. RGB value is (144,109,111). Sum of RGB (Red+Green+Blue) = 144+109+111=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #906D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D6F is #6F9290. Grayscale: #777777. Windows color (decimal): -7312017 or 7302544. OLE color: 7302544.

HSL color Cylindrical-coordinate representation of color #906D6F: hue angle of 356.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906D6F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB144109111-
CMYK00.240.230.44
HSL356.57º13.83%49.61%-
HSV(B)356.57º24.31%56.47%-
XYZ19.8418.0117.47-
YUV119.69123.1145.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.56%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=39.56%
G=29.95%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410911100.240.230.44356.5713.8349.61
Hex906D6F018172C165e32
Octal22015515703027545451662
Binary1001000011011011101111011000101111011001011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906D6F; }

 p { color: rgb(144,109,111); }

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

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

 a { background-color: rgb(144,109,111); }

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

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

 span { border-color: rgb(144,109,111); }

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