#946816

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

Shades of Golden Brown #946816

Tints of Golden Brown #946816

Color information

#946816 (or 0x946816) is unknown color: approx Golden Brown. HEX triplet: 94, 68 and 16. RGB value is (148,104,22). Sum of RGB (Red+Green+Blue) = 148+104+22=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #946816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946816 is #6B97E9. Grayscale: #6C6C6C. Windows color (decimal): -7051242 or 1468564. OLE color: 1468564.

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

Color convert

RGB14810422-
CMYK00.300.850.42
HSL39.05º74.12%33.33%-
HSV(B)39.05º85.14%58.04%-
XYZ17.3116.252.98-
YUV107.8179.58156.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.01%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=54.01%
G=37.96%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481042200.300.850.4239.0574.1233.33
Hex94681601E552A274a21
Octal22415026036125524711241
Binary1001010011010001011001111010101011010101001111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946816; }

 p { color: rgb(148,104,22); }

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

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

 a { background-color: rgb(148,104,22); }

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

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

 span { border-color: rgb(148,104,22); }

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