#9B676E

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

Shades of Turkish Rose #9B676E

Tints of Turkish Rose #9B676E

Color information

#9B676E (or 0x9B676E) is unknown color: approx Turkish Rose. HEX triplet: 9B, 67 and 6E. RGB value is (155,103,110). Sum of RGB (Red+Green+Blue) = 155+103+110=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B676E is #649891. Grayscale: #777777. Windows color (decimal): -6592658 or 7235483. OLE color: 7235483.

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

Color convert

RGB155103110-
CMYK00.340.290.39
HSL351.92º20.63%50.59%-
HSV(B)351.92º33.55%60.78%-
XYZ21.1817.7917.07-
YUV119.35122.73153.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=42.12%
G=27.99%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510311000.340.290.39351.9220.6350.59
Hex9B676E0221D271601533
Octal23314715604235475402563
Binary100110111100111110111001000101110110011110110000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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