#9b6450

Color #9B6450 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #9B6450

Tints of Dark Tan #9B6450

Color information

#9B6450 (or 0x9B6450) is unknown color: approx Dark Tan. HEX triplet: 9B, 64 and 50. RGB value is (155,100,80). Sum of RGB (Red+Green+Blue) = 155+100+80=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6450 is #649BAF. Grayscale: #727272. Windows color (decimal): -6593456 or 5268635. OLE color: 5268635.

HSL color Cylindrical-coordinate representation of color #9B6450: hue angle of 16º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B6450 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB15510080-
CMYK00.350.480.39
HSL16º31.91%46.08%-
HSV(B)16º48.39%60.78%-
XYZ19.5216.669.78-
YUV114.16108.72157.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=46.27%
G=29.85%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551008000.350.480.391631.9146.08
Hex9B6450023302710202e
Octal2331441200436047204056
Binary1001101111001001010000010001111000010011110000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b6450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,80); }

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

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

 a { background-color: rgb(155,100,80); }

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

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

 span { border-color: rgb(155,100,80); }

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