Html Css Color HEX #906229 Afghan Tan

📋 copy color: '#906229'

red 144 ◦ green 98 ◦ blue 41

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

Shades of Afghan Tan #906229

Tints of Afghan Tan #906229

RGB

 RED value IS 144 (56.64% from 255) = 50.88%

 GREEN value IS 98 (38.67% from 255) = 34.63%

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

R = 50.88%
G = 34.63%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#906229 (or 0x906229) is known color: Afghan Tan. HEX triplet: 90, 62 and 29. RGB value is (144,98,41). Sum of RGB (Red+Green+Blue) = 144+98+41=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #906229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906229 is #6F9DD6. Grayscale: #696969. Windows color (decimal): -7314903 or 2712208. OLE color: 2712208.

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

Color convert

RGB 144 98 41 -
CMYK 0 0.32 0.72 0.44
HSL 33.2º 0.56% 0.36% -
HSV(B) 33.2º 0.72% 0.56% -
XYZ 16.27 14.82 4.1 -
YUV 105.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 144 98 41 0 0.32 0.72 0.44 33.2 0.56 0.36
Hex 90 62 29 0 20 48 2C 21 38 24
Octal 220 142 51 0 40 110 54 41 70 44
Binary 10010000 1100010 101001 0 100000 1001000 101100 100001 111000 100100

Color Harmonies of #906229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906229

Black with #906229

Text Example


Text Example

White with #906229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906229; }

 p { color: rgb(144,98,41); }

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

background-color css

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

 a { background-color: rgb(144,98,41); }

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

border-color css

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

 span { border-color: rgb(144,98,41); }

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