Html Css Color HEX #9B6224 Afghan Tan

📋 copy color: '#9B6224'

red 155 ◦ green 98 ◦ blue 36

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

Shades of Afghan Tan #9B6224

Tints of Afghan Tan #9B6224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 53.63%
G = 33.91%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B6224 (or 0x9B6224) is known color: Afghan Tan. HEX triplet: 9B, 62 and 24. RGB value is (155,98,36). Sum of RGB (Red+Green+Blue) = 155+98+36=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6224 is #649DDB. Grayscale: #6C6C6C. Windows color (decimal): -6594012 or 2384539. OLE color: 2384539.

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

Color convert

RGB 155 98 36 -
CMYK 0 0.37 0.77 0.39
HSL 31.26º 0.62% 0.37% -
HSV(B) 31.26º 0.77% 0.61% -
XYZ 18.2 15.83 3.77 -
YUV 107.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 155 98 36 0 0.37 0.77 0.39 31.26 0.62 0.37
Hex 9B 62 24 0 25 4D 27 1F 3E 25
Octal 233 142 44 0 45 115 47 37 76 45
Binary 10011011 1100010 100100 0 100101 1001101 100111 11111 111110 100101

Color Harmonies of #9B6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6224

Black with #9B6224

Text Example


Text Example

White with #9B6224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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