Html Css Color HEX #9B6422 Afghan Tan

📋 copy color: '#9B6422'

red 155 ◦ green 100 ◦ blue 34

#9B6422
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #9B6422

Tints of Afghan Tan #9B6422

RGB

 RED value IS 155 (60.94% from 255) = 53.63%

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 34 (13.67% from 255) = 11.76%

R = 53.63%
G = 34.6%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B6422 (or 0x9B6422) is known color: Afghan Tan. HEX triplet: 9B, 64 and 22. RGB value is (155,100,34). Sum of RGB (Red+Green+Blue) = 155+100+34=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6422 is #649BDD. Grayscale: #6D6D6D. Windows color (decimal): -6593502 or 2253979. OLE color: 2253979.

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

Color convert

RGB 155 100 34 -
CMYK 0 0.35 0.78 0.39
HSL 32.73º 0.64% 0.37% -
HSV(B) 32.73º 0.78% 0.61% -
XYZ 18.36 16.2 3.67 -
YUV 108.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 155 100 34 0 0.35 0.78 0.39 32.73 0.64 0.37
Hex 9B 64 22 0 23 4E 27 21 40 25
Octal 233 144 42 0 43 116 47 41 100 45
Binary 10011011 1100100 100010 0 100011 1001110 100111 100001 1000000 100101

Color Harmonies of #9B6422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6422

Black with #9B6422

Text Example


Text Example

White with #9B6422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B6422;
 }
 .AnyTagClassName
 {
   color: #9B6422;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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