#9B6B79

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

Shades of Turkish Rose #9B6B79

Tints of Turkish Rose #9B6B79

Color information

#9B6B79 (or 0x9B6B79) is unknown color: approx Turkish Rose. HEX triplet: 9B, 6B and 79. RGB value is (155,107,121). Sum of RGB (Red+Green+Blue) = 155+107+121=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B79 is #649486. Grayscale: #7A7A7A. Windows color (decimal): -6591623 or 7957403. OLE color: 7957403.

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

Color convert

RGB155107121-
CMYK00.310.220.39
HSL342.5º19.35%51.37%-
HSV(B)342.5º30.97%60.78%-
XYZ22.2318.8620.56-
YUV122.95126.9150.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=40.47%
G=27.94%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510712100.310.220.39342.519.3551.37
Hex9B6B7901F16271561333
Octal23315317103726475262363
Binary10011011110101111110010111111011010011110101011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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