Html Css Color HEX #9B6329 Afghan Tan

📋 copy color: '#9B6329'

red 155 ◦ green 99 ◦ blue 41

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

Shades of Afghan Tan #9B6329

Tints of Afghan Tan #9B6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 52.54%
G = 33.56%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B6329 (or 0x9B6329) is known color: Afghan Tan. HEX triplet: 9B, 63 and 29. RGB value is (155,99,41). Sum of RGB (Red+Green+Blue) = 155+99+41=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6329 is #649CD6. Grayscale: #6D6D6D. Windows color (decimal): -6593751 or 2712475. OLE color: 2712475.

HSL color Cylindrical-coordinate representation of color #9B6329: hue angle of 30.53º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B6329 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 41 -
CMYK 0 0.36 0.74 0.39
HSL 30.53º 0.58% 0.38% -
HSV(B) 30.53º 0.74% 0.61% -
XYZ 18.38 16.05 4.23 -
YUV 109.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 155 99 41 0 0.36 0.74 0.39 30.53 0.58 0.38
Hex 9B 63 29 0 24 4A 27 1F 3A 26
Octal 233 143 51 0 44 112 47 37 72 46
Binary 10011011 1100011 101001 0 100100 1001010 100111 11111 111010 100110

Color Harmonies of #9B6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6329

Black with #9B6329

Text Example


Text Example

White with #9B6329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,41); }

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

background-color css

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

 a { background-color: rgb(155,99,41); }

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

border-color css

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

 span { border-color: rgb(155,99,41); }

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