#906514

Color #906514 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #906514

Tints of Golden Brown #906514

Color information

#906514 (or 0x906514) is unknown color: approx Golden Brown. HEX triplet: 90, 65 and 14. RGB value is (144,101,20). Sum of RGB (Red+Green+Blue) = 144+101+20=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #906514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906514 is #6F9AEB. Grayscale: #686868. Windows color (decimal): -7314156 or 1336720. OLE color: 1336720.

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

Color convert

RGB14410120-
CMYK00.300.860.44
HSL39.19º75.61%32.16%-
HSV(B)39.19º86.11%56.47%-
XYZ16.2815.292.75-
YUV104.6280.25156.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.34%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=54.34%
G=38.11%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441012000.300.860.4439.1975.6132.16
Hex90651401E562C274c20
Octal22014524036126544711440
Binary1001000011001011010001111010101101011001001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906514; }

 p { color: rgb(144,101,20); }

 H1.HeaderClassName
 {
   color: #906514;
 }
 .AnyTagClassName
 {
   color: #906514;
 }
</style>
background-color css

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

 a { background-color: rgb(144,101,20); }

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

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

 span { border-color: rgb(144,101,20); }

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