#946A14

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

Shades of Golden Brown #946A14

Tints of Golden Brown #946A14

Color information

#946A14 (or 0x946A14) is unknown color: approx Golden Brown. HEX triplet: 94, 6A and 14. RGB value is (148,106,20). Sum of RGB (Red+Green+Blue) = 148+106+20=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #946A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A14 is #6B95EB. Grayscale: #6D6D6D. Windows color (decimal): -7050732 or 1338004. OLE color: 1338004.

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

Color convert

RGB14810620-
CMYK00.280.860.42
HSL40.31º76.19%32.94%-
HSV(B)40.31º86.49%58.04%-
XYZ17.4916.652.95-
YUV108.7577.91155.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.01%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=54.01%
G=38.69%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481062000.280.860.4240.3176.1932.94
Hex946A1401C562A284c21
Octal22415224034126525011441
Binary1001010011010101010001110010101101010101010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946A14; }

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

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

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

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

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

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

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

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