Html Css Color HEX #916429 Afghan Tan

📋 copy color: '#916429'

red 145 ◦ green 100 ◦ blue 41

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

Shades of Afghan Tan #916429

Tints of Afghan Tan #916429

RGB

 RED value IS 145 (57.03% from 255) = 50.7%

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

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 50.7%
G = 34.97%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#916429 (or 0x916429) is known color: Afghan Tan. HEX triplet: 91, 64 and 29. RGB value is (145,100,41). Sum of RGB (Red+Green+Blue) = 145+100+41=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #916429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916429 is #6E9BD6. Grayscale: #6B6B6B. Windows color (decimal): -7248855 or 2712721. OLE color: 2712721.

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

Color convert

RGB 145 100 41 -
CMYK 0 0.31 0.72 0.43
HSL 34.04º 0.56% 0.36% -
HSV(B) 34.04º 0.72% 0.57% -
XYZ 16.63 15.29 4.17 -
YUV 106.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 145 100 41 0 0.31 0.72 0.43 34.04 0.56 0.36
Hex 91 64 29 0 1F 48 2B 22 38 24
Octal 221 144 51 0 37 110 53 42 70 44
Binary 10010001 1100100 101001 0 11111 1001000 101011 100010 111000 100100

Color Harmonies of #916429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916429

Black with #916429

Text Example


Text Example

White with #916429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916429; }

 p { color: rgb(145,100,41); }

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

background-color css

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

 a { background-color: rgb(145,100,41); }

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

border-color css

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

 span { border-color: rgb(145,100,41); }

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