Html Css Color HEX #906310 Golden Brown

📋 copy color: '#906310'

red 144 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #906310

Tints of Golden Brown #906310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 55.6%
G = 38.22%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#906310 (or 0x906310) is known color: Golden Brown. HEX triplet: 90, 63 and 10. RGB value is (144,99,16). Sum of RGB (Red+Green+Blue) = 144+99+16=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #906310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906310 is #6F9CEF. Grayscale: #676767. Windows color (decimal): -7314672 or 1074064. OLE color: 1074064.

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

Color convert

RGB 144 99 16 -
CMYK 0 0.31 0.89 0.44
HSL 38.91º 0.8% 0.31% -
HSV(B) 38.91º 0.89% 0.56% -
XYZ 16.06 14.89 2.52 -
YUV 102.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 144 99 16 0 0.31 0.89 0.44 38.91 0.8 0.31
Hex 90 63 10 0 1F 59 2C 27 50 1F
Octal 220 143 20 0 37 131 54 47 120 37
Binary 10010000 1100011 10000 0 11111 1011001 101100 100111 1010000 11111

Color Harmonies of #906310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906310

Black with #906310

Text Example


Text Example

White with #906310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906310; }

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

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

background-color css

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

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

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

border-color css

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

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

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