#946416

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

Shades of Golden Brown #946416

Tints of Golden Brown #946416

Color information

#946416 (or 0x946416) is unknown color: approx Golden Brown. HEX triplet: 94, 64 and 16. RGB value is (148,100,22). Sum of RGB (Red+Green+Blue) = 148+100+22=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #946416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946416 is #6B9BE9. Grayscale: #696969. Windows color (decimal): -7052266 or 1467540. OLE color: 1467540.

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

Color convert

RGB14810022-
CMYK00.320.850.42
HSL37.14º74.12%33.33%-
HSV(B)37.14º85.14%58.04%-
XYZ16.9115.472.85-
YUV105.4680.9158.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=54.81%
G=37.04%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481002200.320.850.4237.1474.1233.33
Hex946416020552A254a21
Octal22414426040125524511241
Binary10010100110010010110010000010101011010101001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946416; }

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

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

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

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

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

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

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

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