#94620F

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

Shades of Golden Brown #94620F

Tints of Golden Brown #94620F

Color information

#94620F (or 0x94620F) is unknown color: approx Golden Brown. HEX triplet: 94, 62 and 0F. RGB value is (148,98,15). Sum of RGB (Red+Green+Blue) = 148+98+15=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94620F is #6B9DF0. Grayscale: #676767. Windows color (decimal): -7052785 or 1008276. OLE color: 1008276.

HSL color Cylindrical-coordinate representation of color #94620F: hue angle of 37.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94620F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1489815-
CMYK00.340.900.42
HSL37.44º81.6%31.96%-
HSV(B)37.44º89.86%58.04%-
XYZ16.6715.072.48-
YUV103.4978.06159.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=56.70%
G=37.55%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148981500.340.900.4237.4481.631.96
Hex9462F0225A2A255220
Octal22414217042132524512240
Binary1001010011000101111010001010110101010101001011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94620F; }

 p { color: rgb(148,98,15); }

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

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

 a { background-color: rgb(148,98,15); }

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

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

 span { border-color: rgb(148,98,15); }

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