#9B676D

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

Shades of Turkish Rose #9B676D

Tints of Turkish Rose #9B676D

Color information

#9B676D (or 0x9B676D) is unknown color: approx Turkish Rose. HEX triplet: 9B, 67 and 6D. RGB value is (155,103,109). Sum of RGB (Red+Green+Blue) = 155+103+109=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B676D is #649892. Grayscale: #777777. Windows color (decimal): -6592659 or 7169947. OLE color: 7169947.

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

Color convert

RGB155103109-
CMYK00.340.300.39
HSL353.08º20.63%50.59%-
HSV(B)353.08º33.55%60.78%-
XYZ21.1317.7716.78-
YUV119.23122.23153.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=42.23%
G=28.07%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510310900.340.300.39353.0820.6350.59
Hex9B676D0221E271611533
Octal23314715504236475412563
Binary100110111100111110110101000101111010011110110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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