#906316

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

Shades of Golden Brown #906316

Tints of Golden Brown #906316

Color information

#906316 (or 0x906316) is unknown color: approx Golden Brown. HEX triplet: 90, 63 and 16. RGB value is (144,99,22). Sum of RGB (Red+Green+Blue) = 144+99+22=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #906316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906316 is #6F9CE9. Grayscale: #686868. Windows color (decimal): -7314666 or 1467280. OLE color: 1467280.

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

Color convert

RGB1449922-
CMYK00.310.850.44
HSL37.87º73.49%32.55%-
HSV(B)37.87º84.72%56.47%-
XYZ16.1114.912.79-
YUV103.6881.91156.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.34%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=54.34%
G=37.36%
B=8.30%

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
Decimal144992200.310.850.4437.8773.4932.55
Hex90631601F552C264921
Octal22014326037125544611141
Binary1001000011000111011001111110101011011001001101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906316; }

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

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

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

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

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

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

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

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