Html Css Color HEX #9D6322 Afghan Tan

📋 copy color: '#9D6322'

red 157 ◦ green 99 ◦ blue 34

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

Shades of Afghan Tan #9D6322

Tints of Afghan Tan #9D6322

RGB

 RED value IS 157 (61.72% from 255) = 54.14%

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

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

R = 54.14%
G = 34.14%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D6322 (or 0x9D6322) is known color: Afghan Tan. HEX triplet: 9D, 63 and 22. RGB value is (157,99,34). Sum of RGB (Red+Green+Blue) = 157+99+34=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6322 is #629CDD. Grayscale: #6D6D6D. Windows color (decimal): -6462686 or 2253725. OLE color: 2253725.

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

Color convert

RGB 157 99 34 -
CMYK 0 0.37 0.78 0.38
HSL 31.71º 0.64% 0.37% -
HSV(B) 31.71º 0.78% 0.62% -
XYZ 18.66 16.21 3.66 -
YUV 108.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 157 99 34 0 0.37 0.78 0.38 31.71 0.64 0.37
Hex 9D 63 22 0 25 4E 26 20 40 25
Octal 235 143 42 0 45 116 46 40 100 45
Binary 10011101 1100011 100010 0 100101 1001110 100110 100000 1000000 100101

Color Harmonies of #9D6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6322

Black with #9D6322

Text Example


Text Example

White with #9D6322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,99,34); }

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

background-color css

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

 a { background-color: rgb(157,99,34); }

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

border-color css

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

 span { border-color: rgb(157,99,34); }

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