#9B6A79

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

Shades of Turkish Rose #9B6A79

Tints of Turkish Rose #9B6A79

Color information

#9B6A79 (or 0x9B6A79) is unknown color: approx Turkish Rose. HEX triplet: 9B, 6A and 79. RGB value is (155,106,121). Sum of RGB (Red+Green+Blue) = 155+106+121=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A79 is #649586. Grayscale: #7A7A7A. Windows color (decimal): -6591879 or 7957147. OLE color: 7957147.

HSL color Cylindrical-coordinate representation of color #9B6A79: hue angle of 341.63º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6A79 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB155106121-
CMYK00.320.220.39
HSL341.63º19.68%51.18%-
HSV(B)341.63º31.61%60.78%-
XYZ22.1218.6620.52-
YUV122.36127.23151.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.58%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=40.58%
G=27.75%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510612100.320.220.39341.6319.6851.18
Hex9B6A7902016271561433
Octal23315217104026475262463
Binary100110111101010111100101000001011010011110101011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B6A79; }

 p { color: rgb(155,106,121); }

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

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

 a { background-color: rgb(155,106,121); }

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

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

 span { border-color: rgb(155,106,121); }

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