#946409

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

Shades of Golden Brown #946409

Tints of Golden Brown #946409

Color information

#946409 (or 0x946409) is unknown color: approx Golden Brown. HEX triplet: 94, 64 and 09. RGB value is (148,100,9). Sum of RGB (Red+Green+Blue) = 148+100+9=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #946409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946409 is #6B9BF6. Grayscale: #686868. Windows color (decimal): -7052279 or 615572. OLE color: 615572.

HSL color Cylindrical-coordinate representation of color #946409: hue angle of 39.28º 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 #946409 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1481009-
CMYK00.320.940.42
HSL39.28º88.54%30.78%-
HSV(B)39.28º93.92%58.04%-
XYZ16.8215.432.35-
YUV103.9874.4159.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 9 (3.91% from 255) = 3.50%
R=57.59%
G=38.91%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148100900.320.940.4239.2888.5430.78
Hex946490205E2A27591f
Octal22414411040136524713137
Binary100101001100100100101000001011110101010100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946409; }

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

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

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

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

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

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

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

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