#9B622A

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

Shades of Afghan Tan #9B622A

Tints of Afghan Tan #9B622A

Color information

#9B622A (or 0x9B622A) is unknown color: approx Afghan Tan. HEX triplet: 9B, 62 and 2A. RGB value is (155,98,42). Sum of RGB (Red+Green+Blue) = 155+98+42=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B622A is #649DD5. Grayscale: #6C6C6C. Windows color (decimal): -6594006 or 2777755. OLE color: 2777755.

HSL color Cylindrical-coordinate representation of color #9B622A: hue angle of 29.73º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B622A is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB1559842-
CMYK00.370.730.39
HSL29.73º57.36%38.63%-
HSV(B)29.73º72.9%60.78%-
XYZ18.315.874.29-
YUV108.6690.38161.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=52.54%
G=33.22%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155984200.370.730.3929.7357.3638.63
Hex9B622A02549271e3927
Octal2331425204511147367147
Binary1001101111000101010100100101100100110011111110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,98,42); }

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

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

 a { background-color: rgb(155,98,42); }

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

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

 span { border-color: rgb(155,98,42); }

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