#946004

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

Shades of Golden Brown #946004

Tints of Golden Brown #946004

Color information

#946004 (or 0x946004) is unknown color: approx Golden Brown. HEX triplet: 94, 60 and 04. RGB value is (148,96,4). Sum of RGB (Red+Green+Blue) = 148+96+4=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #946004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946004 is #6B9FFB. Grayscale: #656565. Windows color (decimal): -7053308 or 286868. OLE color: 286868.

HSL color Cylindrical-coordinate representation of color #946004: hue angle of 38.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #946004 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148964-
CMYK00.350.970.42
HSL38.33º94.74%29.8%-
HSV(B)38.33º97.3%58.04%-
XYZ16.4214.672.08-
YUV101.0673.23161.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.68%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=59.68%
G=38.71%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14896400.350.970.4238.3394.7429.8
Hex94604023612A265f1e
Octal2241404043141524613736
Binary10010100110000010001000111100001101010100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946004; }

 p { color: rgb(148,96,4); }

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

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

 a { background-color: rgb(148,96,4); }

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

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

 span { border-color: rgb(148,96,4); }

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