Html Css Color HEX #9D6222 Afghan Tan

📋 copy color: '#9D6222'

red 157 ◦ green 98 ◦ blue 34

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

Shades of Afghan Tan #9D6222

Tints of Afghan Tan #9D6222

RGB

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

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

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

R = 54.33%
G = 33.91%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D6222 (or 0x9D6222) is known color: Afghan Tan. HEX triplet: 9D, 62 and 22. RGB value is (157,98,34). Sum of RGB (Red+Green+Blue) = 157+98+34=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6222 is #629DDD. Grayscale: #6C6C6C. Windows color (decimal): -6462942 or 2253469. OLE color: 2253469.

HSL color Cylindrical-coordinate representation of color #9D6222: hue angle of 31.22º 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 #9D6222 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 98 34 -
CMYK 0 0.38 0.78 0.38
HSL 31.22º 0.64% 0.37% -
HSV(B) 31.22º 0.78% 0.62% -
XYZ 18.56 16.02 3.63 -
YUV 108.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 157 98 34 0 0.38 0.78 0.38 31.22 0.64 0.37
Hex 9D 62 22 0 26 4E 26 1F 40 25
Octal 235 142 42 0 46 116 46 37 100 45
Binary 10011101 1100010 100010 0 100110 1001110 100110 11111 1000000 100101

Color Harmonies of #9D6222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6222

Black with #9D6222

Text Example


Text Example

White with #9D6222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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