#946014

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

Shades of Golden Brown #946014

Tints of Golden Brown #946014

Color information

#946014 (or 0x946014) is unknown color: approx Golden Brown. HEX triplet: 94, 60 and 14. RGB value is (148,96,20). Sum of RGB (Red+Green+Blue) = 148+96+20=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #946014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946014 is #6B9FEB. Grayscale: #676767. Windows color (decimal): -7053292 or 1335444. OLE color: 1335444.

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

Color convert

RGB1489620-
CMYK00.350.860.42
HSL35.62º76.19%32.94%-
HSV(B)35.62º86.49%58.04%-
XYZ16.5214.712.63-
YUV102.8881.23160.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=56.06%
G=36.36%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148962000.350.860.4235.6276.1932.94
Hex946014023562A244c21
Octal22414024043126524411441
Binary10010100110000010100010001110101101010101001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946014; }

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

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

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

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

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

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

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

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