#9B666F

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

Shades of Turkish Rose #9B666F

Tints of Turkish Rose #9B666F

Color information

#9B666F (or 0x9B666F) is unknown color: approx Turkish Rose. HEX triplet: 9B, 66 and 6F. RGB value is (155,102,111). Sum of RGB (Red+Green+Blue) = 155+102+111=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B666F is #649990. Grayscale: #767676. Windows color (decimal): -6592913 or 7300763. OLE color: 7300763.

HSL color Cylindrical-coordinate representation of color #9B666F: hue angle of 349.81º 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 #9B666F is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB155102111-
CMYK00.340.280.39
HSL349.81º20.95%50.39%-
HSV(B)349.81º34.19%60.78%-
XYZ21.1417.6217.33-
YUV118.87123.56153.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=42.12%
G=27.72%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510211100.340.280.39349.8120.9550.39
Hex9B666F0221C2715e1532
Octal23314615704234475362562
Binary100110111100110110111101000101110010011110101111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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