#94660E

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

Shades of Golden Brown #94660E

Tints of Golden Brown #94660E

Color information

#94660E (or 0x94660E) is unknown color: approx Golden Brown. HEX triplet: 94, 66 and 0E. RGB value is (148,102,14). Sum of RGB (Red+Green+Blue) = 148+102+14=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94660E is #6B99F1. Grayscale: #6A6A6A. Windows color (decimal): -7051762 or 943764. OLE color: 943764.

HSL color Cylindrical-coordinate representation of color #94660E: hue angle of 39.4º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94660E is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14810214-
CMYK00.310.910.42
HSL39.4º82.72%31.76%-
HSV(B)39.4º90.54%58.04%-
XYZ17.0415.832.57-
YUV105.7276.24158.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 14 (5.86% from 255) = 5.30%
R=56.06%
G=38.64%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481021400.310.910.4239.482.7231.76
Hex9466E01F5B2A275320
Octal22414616037133524712340
Binary100101001100110111001111110110111010101001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94660E; }

 p { color: rgb(148,102,14); }

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

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

 a { background-color: rgb(148,102,14); }

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

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

 span { border-color: rgb(148,102,14); }

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