Html Css Color HEX #926421 Afghan Tan

📋 copy color: '#926421'

red 146 ◦ green 100 ◦ blue 33

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

Shades of Afghan Tan #926421

Tints of Afghan Tan #926421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 52.33%
G = 35.84%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#926421 (or 0x926421) is known color: Afghan Tan. HEX triplet: 92, 64 and 21. RGB value is (146,100,33). Sum of RGB (Red+Green+Blue) = 146+100+33=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #926421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926421 is #6D9BDE. Grayscale: #6A6A6A. Windows color (decimal): -7183327 or 2188434. OLE color: 2188434.

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

Color convert

RGB 146 100 33 -
CMYK 0 0.32 0.77 0.43
HSL 35.58º 0.63% 0.35% -
HSV(B) 35.58º 0.77% 0.57% -
XYZ 16.69 15.34 3.52 -
YUV 106.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 146 100 33 0 0.32 0.77 0.43 35.58 0.63 0.35
Hex 92 64 21 0 20 4D 2B 24 3F 23
Octal 222 144 41 0 40 115 53 44 77 43
Binary 10010010 1100100 100001 0 100000 1001101 101011 100100 111111 100011

Color Harmonies of #926421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926421

Black with #926421

Text Example


Text Example

White with #926421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926421; }

 p { color: rgb(146,100,33); }

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

background-color css

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

 a { background-color: rgb(146,100,33); }

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

border-color css

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

 span { border-color: rgb(146,100,33); }

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