#946107

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

Shades of Golden Brown #946107

Tints of Golden Brown #946107

Color information

#946107 (or 0x946107) is unknown color: approx Golden Brown. HEX triplet: 94, 61 and 07. RGB value is (148,97,7). Sum of RGB (Red+Green+Blue) = 148+97+7=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #946107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946107 is #6B9EF8. Grayscale: #666666. Windows color (decimal): -7053049 or 483732. OLE color: 483732.

HSL color Cylindrical-coordinate representation of color #946107: hue angle of 38.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #946107 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB148977-
CMYK00.340.950.42
HSL38.3º90.97%30.39%-
HSV(B)38.3º95.27%58.04%-
XYZ16.5314.862.2-
YUV101.9974.4160.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 7 (3.12% from 255) = 2.78%
R=58.73%
G=38.49%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14897700.340.950.4238.390.9730.39
Hex946170225F2A265b1e
Octal2241417042137524613336
Binary10010100110000111101000101011111101010100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946107; }

 p { color: rgb(148,97,7); }

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

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

 a { background-color: rgb(148,97,7); }

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

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

 span { border-color: rgb(148,97,7); }

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