#916306

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

Shades of Golden Brown #916306

Tints of Golden Brown #916306

Color information

#916306 (or 0x916306) is unknown color: approx Golden Brown. HEX triplet: 91, 63 and 06. RGB value is (145,99,6). Sum of RGB (Red+Green+Blue) = 145+99+6=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #916306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916306 is #6E9CF9. Grayscale: #666666. Windows color (decimal): -7249146 or 418705. OLE color: 418705.

HSL color Cylindrical-coordinate representation of color #916306: hue angle of 40.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #916306 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB145996-
CMYK00.320.960.43
HSL40.14º92.05%29.61%-
HSV(B)40.14º95.86%56.86%-
XYZ16.1714.962.21-
YUV102.1573.74158.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 6 (2.73% from 255) = 2.4%
R=58%
G=39.6%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14599600.320.960.4340.1492.0529.61
Hex91636020602B285c1e
Octal2211436040140535013436
Binary10010001110001111001000001100000101011101000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916306; }

 p { color: rgb(145,99,6); }

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

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

 a { background-color: rgb(145,99,6); }

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

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

 span { border-color: rgb(145,99,6); }

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