#946A03

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

Shades of Golden Brown #946A03

Tints of Golden Brown #946A03

Color information

#946A03 (or 0x946A03) is unknown color: approx Golden Brown. HEX triplet: 94, 6A and 03. RGB value is (148,106,3). Sum of RGB (Red+Green+Blue) = 148+106+3=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #946A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A03 is #6B95FC. Grayscale: #6B6B6B. Windows color (decimal): -7050749 or 223892. OLE color: 223892.

HSL color Cylindrical-coordinate representation of color #946A03: hue angle of 42.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #946A03 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB1481063-
CMYK00.280.980.42
HSL42.62º96.03%29.61%-
HSV(B)42.62º97.97%58.04%-
XYZ17.3816.612.38-
YUV106.8269.41157.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=57.59%
G=41.25%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148106300.280.980.4242.6296.0329.61
Hex946A301C622A2b601e
Octal2241523034142525314036
Binary100101001101010110111001100010101010101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946A03; }

 p { color: rgb(148,106,3); }

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

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

 a { background-color: rgb(148,106,3); }

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

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

 span { border-color: rgb(148,106,3); }

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