#906416

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

Shades of Golden Brown #906416

Tints of Golden Brown #906416

Color information

#906416 (or 0x906416) is unknown color: approx Golden Brown. HEX triplet: 90, 64 and 16. RGB value is (144,100,22). Sum of RGB (Red+Green+Blue) = 144+100+22=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #906416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906416 is #6F9BE9. Grayscale: #686868. Windows color (decimal): -7314410 or 1467536. OLE color: 1467536.

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

Color convert

RGB14410022-
CMYK00.310.850.44
HSL38.36º73.49%32.55%-
HSV(B)38.36º84.72%56.47%-
XYZ16.215.12.82-
YUV104.2681.58156.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.14%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=54.14%
G=37.59%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441002200.310.850.4438.3673.4932.55
Hex90641601F552C264921
Octal22014426037125544611141
Binary1001000011001001011001111110101011011001001101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906416; }

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

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

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

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

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

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

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

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