Html Css Color HEX #90631E Afghan Tan

📋 copy color: '#90631E'

red 144 ◦ green 99 ◦ blue 30

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

Shades of Afghan Tan #90631E

Tints of Afghan Tan #90631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 52.75%
G = 36.26%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90631E (or 0x90631E) is known color: Afghan Tan. HEX triplet: 90, 63 and 1E. RGB value is (144,99,30). Sum of RGB (Red+Green+Blue) = 144+99+30=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90631E is #6F9CE1. Grayscale: #686868. Windows color (decimal): -7314658 or 1991568. OLE color: 1991568.

HSL color Cylindrical-coordinate representation of color #90631E: hue angle of 36.32º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90631E is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 99 30 -
CMYK 0 0.31 0.79 0.44
HSL 36.32º 0.66% 0.34% -
HSV(B) 36.32º 0.79% 0.56% -
XYZ 16.2 14.95 3.26 -
YUV 104.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 144 99 30 0 0.31 0.79 0.44 36.32 0.66 0.34
Hex 90 63 1E 0 1F 4F 2C 24 42 22
Octal 220 143 36 0 37 117 54 44 102 42
Binary 10010000 1100011 11110 0 11111 1001111 101100 100100 1000010 100010

Color Harmonies of #90631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90631E

Black with #90631E

Text Example


Text Example

White with #90631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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