#946809

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

Shades of Golden Brown #946809

Tints of Golden Brown #946809

Color information

#946809 (or 0x946809) is unknown color: approx Golden Brown. HEX triplet: 94, 68 and 09. RGB value is (148,104,9). Sum of RGB (Red+Green+Blue) = 148+104+9=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #946809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946809 is #6B97F6. Grayscale: #6A6A6A. Windows color (decimal): -7051255 or 616596. OLE color: 616596.

HSL color Cylindrical-coordinate representation of color #946809: hue angle of 41.01º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #946809 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1481049-
CMYK00.300.940.42
HSL41.01º88.54%30.78%-
HSV(B)41.01º93.92%58.04%-
XYZ17.2116.222.48-
YUV106.3373.08157.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=56.70%
G=39.85%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148104900.300.940.4241.0188.5430.78
Hex9468901E5E2A29591f
Octal22415011036136525113137
Binary10010100110100010010111101011110101010101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946809; }

 p { color: rgb(148,104,9); }

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

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

 a { background-color: rgb(148,104,9); }

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

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

 span { border-color: rgb(148,104,9); }

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