#916C03

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

Shades of Golden Brown #916C03

Tints of Golden Brown #916C03

Color information

#916C03 (or 0x916C03) is unknown color: approx Golden Brown. HEX triplet: 91, 6C and 03. RGB value is (145,108,3). Sum of RGB (Red+Green+Blue) = 145+108+3=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #916C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916C03 is #6E93FC. Grayscale: #6B6B6B. Windows color (decimal): -7246845 or 224401. OLE color: 224401.

HSL color Cylindrical-coordinate representation of color #916C03: hue angle of 44.37º 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 #916C03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB1451083-
CMYK00.260.980.43
HSL44.37º95.95%29.02%-
HSV(B)44.37º97.93%56.86%-
XYZ17.0616.752.42-
YUV107.0969.26155.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.64%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=56.64%
G=42.19%
B=1.17%

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
Decimal145108300.260.980.4344.3795.9529.02
Hex916C301A622B2c601d
Octal2211543032142535414035
Binary100100011101100110110101100010101011101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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