#9B6850

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

Shades of Dark Tan #9B6850

Tints of Dark Tan #9B6850

Color information

#9B6850 (or 0x9B6850) is unknown color: approx Dark Tan. HEX triplet: 9B, 68 and 50. RGB value is (155,104,80). Sum of RGB (Red+Green+Blue) = 155+104+80=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6850 is #6497AF. Grayscale: #747474. Windows color (decimal): -6592432 or 5269659. OLE color: 5269659.

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

Color convert

RGB15510480-
CMYK00.330.480.39
HSL19.2º31.91%46.08%-
HSV(B)19.2º48.39%60.78%-
XYZ19.9217.459.91-
YUV116.51107.4155.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=45.72%
G=30.68%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551048000.330.480.3919.231.9146.08
Hex9B6850021302713202e
Octal2331501200416047234056
Binary1001101111010001010000010000111000010011110011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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