Html Css Color HEX #936520 Afghan Tan

📋 copy color: '#936520'

red 147 ◦ green 101 ◦ blue 32

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

Shades of Afghan Tan #936520

Tints of Afghan Tan #936520

RGB

 RED value IS 147 (57.81% from 255) = 52.5%

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 52.5%
G = 36.07%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#936520 (or 0x936520) is known color: Afghan Tan. HEX triplet: 93, 65 and 20. RGB value is (147,101,32). Sum of RGB (Red+Green+Blue) = 147+101+32=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #936520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936520 is #6C9ADF. Grayscale: #6B6B6B. Windows color (decimal): -7117536 or 2123155. OLE color: 2123155.

HSL color Cylindrical-coordinate representation of color #936520: hue angle of 36º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #936520 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 101 32 -
CMYK 0 0.31 0.78 0.42
HSL 36º 0.64% 0.35% -
HSV(B) 36º 0.78% 0.58% -
XYZ 16.95 15.61 3.49 -
YUV 106.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 147 101 32 0 0.31 0.78 0.42 36 0.64 0.35
Hex 93 65 20 0 1F 4E 2A 24 40 23
Octal 223 145 40 0 37 116 52 44 100 43
Binary 10010011 1100101 100000 0 11111 1001110 101010 100100 1000000 100011

Color Harmonies of #936520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936520

Black with #936520

Text Example


Text Example

White with #936520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936520; }

 p { color: rgb(147,101,32); }

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

background-color css

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

 a { background-color: rgb(147,101,32); }

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

border-color css

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

 span { border-color: rgb(147,101,32); }

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