Html Css Color HEX #926520 Afghan Tan

📋 copy color: '#926520'

red 146 ◦ green 101 ◦ blue 32

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

Shades of Afghan Tan #926520

Tints of Afghan Tan #926520

RGB

 RED value IS 146 (57.42% from 255) = 52.33%

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

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

R = 52.33%
G = 36.2%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#926520 (or 0x926520) is known color: Afghan Tan. HEX triplet: 92, 65 and 20. RGB value is (146,101,32). Sum of RGB (Red+Green+Blue) = 146+101+32=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #926520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926520 is #6D9ADF. Grayscale: #6A6A6A. Windows color (decimal): -7183072 or 2123154. OLE color: 2123154.

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

Color convert

RGB 146 101 32 -
CMYK 0 0.31 0.78 0.43
HSL 36.32º 0.64% 0.35% -
HSV(B) 36.32º 0.78% 0.57% -
XYZ 16.77 15.52 3.48 -
YUV 106.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 146 101 32 0 0.31 0.78 0.43 36.32 0.64 0.35
Hex 92 65 20 0 1F 4E 2B 24 40 23
Octal 222 145 40 0 37 116 53 44 100 43
Binary 10010010 1100101 100000 0 11111 1001110 101011 100100 1000000 100011

Color Harmonies of #926520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926520

Black with #926520

Text Example


Text Example

White with #926520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926520; }

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

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

background-color css

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

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

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

border-color css

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

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

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