#9B6265

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

Shades of Turkish Rose #9B6265

Tints of Turkish Rose #9B6265

Color information

#9B6265 (or 0x9B6265) is unknown color: approx Turkish Rose. HEX triplet: 9B, 62 and 65. RGB value is (155,98,101). Sum of RGB (Red+Green+Blue) = 155+98+101=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6265 is #649D9A. Grayscale: #737373. Windows color (decimal): -6593947 or 6644379. OLE color: 6644379.

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

Color convert

RGB15598101-
CMYK00.370.350.39
HSL356.84º22.53%49.61%-
HSV(B)356.84º36.77%60.78%-
XYZ20.2316.6414.46-
YUV115.38119.88156.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=43.79%
G=27.68%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559810100.370.350.39356.8422.5349.61
Hex9B626502523271651732
Octal23314214504543475452762
Binary1001101111000101100101010010110001110011110110010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,98,101); }

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

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

 a { background-color: rgb(155,98,101); }

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

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

 span { border-color: rgb(155,98,101); }

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