#9B6B70

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

Shades of Turkish Rose #9B6B70

Tints of Turkish Rose #9B6B70

Color information

#9B6B70 (or 0x9B6B70) is unknown color: approx Turkish Rose. HEX triplet: 9B, 6B and 70. RGB value is (155,107,112). Sum of RGB (Red+Green+Blue) = 155+107+112=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B70 is #64948F. Grayscale: #797979. Windows color (decimal): -6591632 or 7367579. OLE color: 7367579.

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

Color convert

RGB155107112-
CMYK00.310.280.39
HSL353.75º19.35%51.37%-
HSV(B)353.75º30.97%60.78%-
XYZ21.718.6517.79-
YUV121.92122.4151.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=41.44%
G=28.61%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510711200.310.280.39353.7519.3551.37
Hex9B6B7001F1C271621333
Octal23315316003734475422363
Binary10011011110101111100000111111110010011110110001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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