Html Css Color HEX #9D6226 Afghan Tan

📋 copy color: '#9D6226'

red 157 ◦ green 98 ◦ blue 38

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

Shades of Afghan Tan #9D6226

Tints of Afghan Tan #9D6226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 53.58%
G = 33.45%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D6226 (or 0x9D6226) is known color: Afghan Tan. HEX triplet: 9D, 62 and 26. RGB value is (157,98,38). Sum of RGB (Red+Green+Blue) = 157+98+38=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6226 is #629DD9. Grayscale: #6D6D6D. Windows color (decimal): -6462938 or 2515613. OLE color: 2515613.

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

Color convert

RGB 157 98 38 -
CMYK 0 0.38 0.76 0.38
HSL 30.25º 0.61% 0.38% -
HSV(B) 30.25º 0.76% 0.62% -
XYZ 18.62 16.04 3.95 -
YUV 108.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 157 98 38 0 0.38 0.76 0.38 30.25 0.61 0.38
Hex 9D 62 26 0 26 4C 26 1E 3D 26
Octal 235 142 46 0 46 114 46 36 75 46
Binary 10011101 1100010 100110 0 100110 1001100 100110 11110 111101 100110

Color Harmonies of #9D6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6226

Black with #9D6226

Text Example


Text Example

White with #9D6226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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