#9B642A

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

Shades of Afghan Tan #9B642A

Tints of Afghan Tan #9B642A

Color information

#9B642A (or 0x9B642A) is unknown color: approx Afghan Tan. HEX triplet: 9B, 64 and 2A. RGB value is (155,100,42). Sum of RGB (Red+Green+Blue) = 155+100+42=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B642A is #649BD5. Grayscale: #6E6E6E. Windows color (decimal): -6593494 or 2778267. OLE color: 2778267.

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

Color convert

RGB15510042-
CMYK00.350.730.39
HSL30.8º57.36%38.63%-
HSV(B)30.8º72.9%60.78%-
XYZ18.4916.254.35-
YUV109.8389.72160.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=52.19%
G=33.67%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551004200.350.730.3930.857.3638.63
Hex9B642A02349271f3927
Octal2331445204311147377147
Binary1001101111001001010100100011100100110011111111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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