#9B6B6D

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

Shades of Turkish Rose #9B6B6D

Tints of Turkish Rose #9B6B6D

Color information

#9B6B6D (or 0x9B6B6D) is unknown color: approx Turkish Rose. HEX triplet: 9B, 6B and 6D. RGB value is (155,107,109). Sum of RGB (Red+Green+Blue) = 155+107+109=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B6D is #649492. Grayscale: #797979. Windows color (decimal): -6591635 or 7170971. OLE color: 7170971.

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

Color convert

RGB155107109-
CMYK00.310.300.39
HSL357.5º19.35%51.37%-
HSV(B)357.5º30.97%60.78%-
XYZ21.5418.5916.92-
YUV121.58120.9151.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=41.78%
G=28.84%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510710900.310.300.39357.519.3551.37
Hex9B6B6D01F1E271661333
Octal23315315503736475462363
Binary10011011110101111011010111111111010011110110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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