#916A05

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

Shades of Golden Brown #916A05

Tints of Golden Brown #916A05

Color information

#916A05 (or 0x916A05) is unknown color: approx Golden Brown. HEX triplet: 91, 6A and 05. RGB value is (145,106,5). Sum of RGB (Red+Green+Blue) = 145+106+5=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #916A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916A05 is #6E95FA. Grayscale: #6A6A6A. Windows color (decimal): -7247355 or 354961. OLE color: 354961.

HSL color Cylindrical-coordinate representation of color #916A05: hue angle of 43.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #916A05 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1451065-
CMYK00.270.970.43
HSL43.29º93.33%29.41%-
HSV(B)43.29º96.55%56.86%-
XYZ16.8616.342.41-
YUV106.1570.92155.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.64%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=56.64%
G=41.41%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145106500.270.970.4343.2993.3329.41
Hex916A501B612B2b5d1d
Octal2211525033141535313535
Binary1001000111010101010110111100001101011101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916A05; }

 p { color: rgb(145,106,5); }

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

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

 a { background-color: rgb(145,106,5); }

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

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

 span { border-color: rgb(145,106,5); }

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