#9B6650

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

Shades of Dark Tan #9B6650

Tints of Dark Tan #9B6650

Color information

#9B6650 (or 0x9B6650) is unknown color: approx Dark Tan. HEX triplet: 9B, 66 and 50. RGB value is (155,102,80). Sum of RGB (Red+Green+Blue) = 155+102+80=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6650 is #6499AF. Grayscale: #737373. Windows color (decimal): -6592944 or 5269147. OLE color: 5269147.

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

Color convert

RGB15510280-
CMYK00.340.480.39
HSL17.6º31.91%46.08%-
HSV(B)17.6º48.39%60.78%-
XYZ19.7217.059.84-
YUV115.34108.06156.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=45.99%
G=30.27%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551028000.340.480.3917.631.9146.08
Hex9B6650022302712202e
Octal2331461200426047224056
Binary1001101111001101010000010001011000010011110010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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