#9B6D6E

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

Shades of Turkish Rose #9B6D6E

Tints of Turkish Rose #9B6D6E

Color information

#9B6D6E (or 0x9B6D6E) is unknown color: approx Turkish Rose. HEX triplet: 9B, 6D and 6E. RGB value is (155,109,110). Sum of RGB (Red+Green+Blue) = 155+109+110=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6D6E is #649291. Grayscale: #7A7A7A. Windows color (decimal): -6591122 or 7237019. OLE color: 7237019.

HSL color Cylindrical-coordinate representation of color #9B6D6E: hue angle of 358.7º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6D6E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB155109110-
CMYK00.300.290.39
HSL358.7º18.7%51.76%-
HSV(B)358.7º29.68%60.78%-
XYZ21.819.0317.28-
YUV122.87120.74150.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=41.44%
G=29.14%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510911000.300.290.39358.718.751.76
Hex9B6D6E01E1D271671334
Octal23315515603635475472364
Binary10011011110110111011100111101110110011110110011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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