Html Css Color HEX #906325 Afghan Tan

📋 copy color: '#906325'

red 144 ◦ green 99 ◦ blue 37

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

Shades of Afghan Tan #906325

Tints of Afghan Tan #906325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 51.43%
G = 35.36%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#906325 (or 0x906325) is known color: Afghan Tan. HEX triplet: 90, 63 and 25. RGB value is (144,99,37). Sum of RGB (Red+Green+Blue) = 144+99+37=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #906325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906325 is #6F9CDA. Grayscale: #696969. Windows color (decimal): -7314651 or 2450320. OLE color: 2450320.

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

Color convert

RGB 144 99 37 -
CMYK 0 0.31 0.74 0.44
HSL 34.77º 0.59% 0.35% -
HSV(B) 34.77º 0.74% 0.56% -
XYZ 16.3 14.99 3.78 -
YUV 105.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 144 99 37 0 0.31 0.74 0.44 34.77 0.59 0.35
Hex 90 63 25 0 1F 4A 2C 23 3B 23
Octal 220 143 45 0 37 112 54 43 73 43
Binary 10010000 1100011 100101 0 11111 1001010 101100 100011 111011 100011

Color Harmonies of #906325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906325

Black with #906325

Text Example


Text Example

White with #906325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906325; }

 p { color: rgb(144,99,37); }

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

background-color css

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

 a { background-color: rgb(144,99,37); }

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

border-color css

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

 span { border-color: rgb(144,99,37); }

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