#916B03

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

Shades of Golden Brown #916B03

Tints of Golden Brown #916B03

Color information

#916B03 (or 0x916B03) is unknown color: approx Golden Brown. HEX triplet: 91, 6B and 03. RGB value is (145,107,3). Sum of RGB (Red+Green+Blue) = 145+107+3=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #916B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916B03 is #6E94FC. Grayscale: #6A6A6A. Windows color (decimal): -7247101 or 224145. OLE color: 224145.

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

Color convert

RGB1451073-
CMYK00.260.980.43
HSL43.94º95.95%29.02%-
HSV(B)43.94º97.93%56.86%-
XYZ16.9516.542.39-
YUV106.5169.59155.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.86%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 3 (1.56% from 255) = 1.18%
R=56.86%
G=41.96%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145107300.260.980.4343.9495.9529.02
Hex916B301A622B2c601d
Octal2211533032142535414035
Binary100100011101011110110101100010101011101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,107,3); }

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

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

 a { background-color: rgb(145,107,3); }

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

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

 span { border-color: rgb(145,107,3); }

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