Html Css Color HEX #906413 Golden Brown

📋 copy color: '#906413'

red 144 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #906413

Tints of Golden Brown #906413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 54.75%
G = 38.02%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#906413 (or 0x906413) is known color: Golden Brown. HEX triplet: 90, 64 and 13. RGB value is (144,100,19). Sum of RGB (Red+Green+Blue) = 144+100+19=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #906413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906413 is #6F9BEC. Grayscale: #686868. Windows color (decimal): -7314413 or 1270928. OLE color: 1270928.

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

Color convert

RGB 144 100 19 -
CMYK 0 0.31 0.87 0.44
HSL 38.88º 0.77% 0.32% -
HSV(B) 38.88º 0.87% 0.56% -
XYZ 16.18 15.09 2.68 -
YUV 103.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 144 100 19 0 0.31 0.87 0.44 38.88 0.77 0.32
Hex 90 64 13 0 1F 57 2C 27 4D 20
Octal 220 144 23 0 37 127 54 47 115 40
Binary 10010000 1100100 10011 0 11111 1010111 101100 100111 1001101 100000

Color Harmonies of #906413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906413

Black with #906413

Text Example


Text Example

White with #906413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906413; }

 p { color: rgb(144,100,19); }

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

background-color css

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

 a { background-color: rgb(144,100,19); }

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

border-color css

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

 span { border-color: rgb(144,100,19); }

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