Html Css Color HEX #9B6624 Afghan Tan

📋 copy color: '#9B6624'

red 155 ◦ green 102 ◦ blue 36

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

Shades of Afghan Tan #9B6624

Tints of Afghan Tan #9B6624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

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

R = 52.9%
G = 34.81%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B6624 (or 0x9B6624) is known color: Afghan Tan. HEX triplet: 9B, 66 and 24. RGB value is (155,102,36). Sum of RGB (Red+Green+Blue) = 155+102+36=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6624 is #6499DB. Grayscale: #6E6E6E. Windows color (decimal): -6592988 or 2385563. OLE color: 2385563.

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

Color convert

RGB 155 102 36 -
CMYK 0 0.34 0.77 0.39
HSL 33.28º 0.62% 0.37% -
HSV(B) 33.28º 0.77% 0.61% -
XYZ 18.59 16.6 3.89 -
YUV 110.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 155 102 36 0 0.34 0.77 0.39 33.28 0.62 0.37
Hex 9B 66 24 0 22 4D 27 21 3E 25
Octal 233 146 44 0 42 115 47 41 76 45
Binary 10011011 1100110 100100 0 100010 1001101 100111 100001 111110 100101

Color Harmonies of #9B6624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6624

Black with #9B6624

Text Example


Text Example

White with #9B6624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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