#9B6B6E

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

Shades of Turkish Rose #9B6B6E

Tints of Turkish Rose #9B6B6E

Color information

#9B6B6E (or 0x9B6B6E) is unknown color: approx Turkish Rose. HEX triplet: 9B, 6B and 6E. RGB value is (155,107,110). Sum of RGB (Red+Green+Blue) = 155+107+110=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B6E is #649491. Grayscale: #797979. Windows color (decimal): -6591634 or 7236507. OLE color: 7236507.

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

Color convert

RGB155107110-
CMYK00.310.290.39
HSL356.25º19.35%51.37%-
HSV(B)356.25º30.97%60.78%-
XYZ21.5918.6117.21-
YUV121.69121.4151.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.67%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=41.67%
G=28.76%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510711000.310.290.39356.2519.3551.37
Hex9B6B6E01F1D271641333
Octal23315315603735475442363
Binary10011011110101111011100111111110110011110110010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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