#906314

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

Shades of Golden Brown #906314

Tints of Golden Brown #906314

Color information

#906314 (or 0x906314) is unknown color: approx Golden Brown. HEX triplet: 90, 63 and 14. RGB value is (144,99,20). Sum of RGB (Red+Green+Blue) = 144+99+20=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #906314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906314 is #6F9CEB. Grayscale: #676767. Windows color (decimal): -7314668 or 1336208. OLE color: 1336208.

HSL color Cylindrical-coordinate representation of color #906314: hue angle of 38.23º 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 #906314 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1449920-
CMYK00.310.860.44
HSL38.23º75.61%32.16%-
HSV(B)38.23º86.11%56.47%-
XYZ16.0914.92.69-
YUV103.4580.91156.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.75%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=54.75%
G=37.64%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144992000.310.860.4438.2375.6132.16
Hex90631401F562C264c20
Octal22014324037126544611440
Binary1001000011000111010001111110101101011001001101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906314; }

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

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

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

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

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

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

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

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