Html Css Color HEX #9D6121 Afghan Tan

📋 copy color: '#9D6121'

red 157 ◦ green 97 ◦ blue 33

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

Shades of Afghan Tan #9D6121

Tints of Afghan Tan #9D6121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 54.7%
G = 33.8%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9D6121 (or 0x9D6121) is known color: Afghan Tan. HEX triplet: 9D, 61 and 21. RGB value is (157,97,33). Sum of RGB (Red+Green+Blue) = 157+97+33=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6121 is #629EDE. Grayscale: #6B6B6B. Windows color (decimal): -6463199 or 2187677. OLE color: 2187677.

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

Color convert

RGB 157 97 33 -
CMYK 0 0.38 0.79 0.38
HSL 30.97º 0.65% 0.37% -
HSV(B) 30.97º 0.79% 0.62% -
XYZ 18.45 15.83 3.52 -
YUV 107.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 157 97 33 0 0.38 0.79 0.38 30.97 0.65 0.37
Hex 9D 61 21 0 26 4F 26 1F 41 25
Octal 235 141 41 0 46 117 46 37 101 45
Binary 10011101 1100001 100001 0 100110 1001111 100110 11111 1000001 100101

Color Harmonies of #9D6121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6121

Black with #9D6121

Text Example


Text Example

White with #9D6121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,97,33); }

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

background-color css

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

 a { background-color: rgb(157,97,33); }

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

border-color css

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

 span { border-color: rgb(157,97,33); }

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