#9B686B

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

Shades of Turkish Rose #9B686B

Tints of Turkish Rose #9B686B

Color information

#9B686B (or 0x9B686B) is unknown color: approx Turkish Rose. HEX triplet: 9B, 68 and 6B. RGB value is (155,104,107). Sum of RGB (Red+Green+Blue) = 155+104+107=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B686B is #649794. Grayscale: #777777. Windows color (decimal): -6592405 or 7039131. OLE color: 7039131.

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

Color convert

RGB155104107-
CMYK00.330.310.39
HSL356.47º20.32%50.78%-
HSV(B)356.47º32.9%60.78%-
XYZ21.1217.9316.26-
YUV119.59120.9153.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=42.35%
G=28.42%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510410700.330.310.39356.4720.3250.78
Hex9B686B0211F271641433
Octal23315015304137475442463
Binary100110111101000110101101000011111110011110110010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,107); }

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

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

 a { background-color: rgb(155,104,107); }

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

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

 span { border-color: rgb(155,104,107); }

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