#946114

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

Shades of Golden Brown #946114

Tints of Golden Brown #946114

Color information

#946114 (or 0x946114) is unknown color: approx Golden Brown. HEX triplet: 94, 61 and 14. RGB value is (148,97,20). Sum of RGB (Red+Green+Blue) = 148+97+20=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #946114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946114 is #6B9EEB. Grayscale: #676767. Windows color (decimal): -7053036 or 1335700. OLE color: 1335700.

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

Color convert

RGB1489720-
CMYK00.340.860.42
HSL36.09º76.19%32.94%-
HSV(B)36.09º86.49%58.04%-
XYZ16.6114.92.66-
YUV103.4780.9159.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=55.85%
G=36.60%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148972000.340.860.4236.0976.1932.94
Hex946114022562A244c21
Octal22414124042126524411441
Binary10010100110000110100010001010101101010101001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946114; }

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

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

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

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

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

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

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

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