Html Css Color HEX #906720 Afghan Tan

📋 copy color: '#906720'

red 144 ◦ green 103 ◦ blue 32

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

Shades of Afghan Tan #906720

Tints of Afghan Tan #906720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.92%

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

R = 51.61%
G = 36.92%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#906720 (or 0x906720) is known color: Afghan Tan. HEX triplet: 90, 67 and 20. RGB value is (144,103,32). Sum of RGB (Red+Green+Blue) = 144+103+32=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #906720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906720 is #6F98DF. Grayscale: #6B6B6B. Windows color (decimal): -7313632 or 2123664. OLE color: 2123664.

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

Color convert

RGB 144 103 32 -
CMYK 0 0.28 0.78 0.44
HSL 38.04º 0.64% 0.35% -
HSV(B) 38.04º 0.78% 0.56% -
XYZ 16.61 15.73 3.53 -
YUV 107.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 144 103 32 0 0.28 0.78 0.44 38.04 0.64 0.35
Hex 90 67 20 0 1C 4E 2C 26 40 23
Octal 220 147 40 0 34 116 54 46 100 43
Binary 10010000 1100111 100000 0 11100 1001110 101100 100110 1000000 100011

Color Harmonies of #906720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906720

Black with #906720

Text Example


Text Example

White with #906720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906720; }

 p { color: rgb(144,103,32); }

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

background-color css

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

 a { background-color: rgb(144,103,32); }

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

border-color css

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

 span { border-color: rgb(144,103,32); }

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