#9B666A

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

Shades of Turkish Rose #9B666A

Tints of Turkish Rose #9B666A

Color information

#9B666A (or 0x9B666A) is unknown color: approx Turkish Rose. HEX triplet: 9B, 66 and 6A. RGB value is (155,102,106). Sum of RGB (Red+Green+Blue) = 155+102+106=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B666A is #649995. Grayscale: #767676. Windows color (decimal): -6592918 or 6973083. OLE color: 6973083.

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

Color convert

RGB155102106-
CMYK00.340.320.39
HSL355.47º20.95%50.39%-
HSV(B)355.47º34.19%60.78%-
XYZ20.8717.5115.92-
YUV118.3121.06154.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.70%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=42.70%
G=28.10%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510210600.340.320.39355.4720.9550.39
Hex9B666A02220271631532
Octal23314615204240475432562
Binary1001101111001101101010010001010000010011110110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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